GetRoslynCompilation(ICompilation)
Gets the underlying Roslyn Compilation from a Metalama ICompilation.
Declaration
public static Compilation GetRoslynCompilation(this ICompilation compilation)Parameters
| Type | Name | Description |
|---|---|---|
| ICompilation | compilation |
Returns
| Type | Description |
|---|---|
| Compilation |