CreateCompilation Method
CreateCompilation(IList<SyntaxTree>, IList<MetadataReference>)
Declaration
protected override Compilation CreateCompilation(IList<SyntaxTree> trees, IList<MetadataReference> references)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<Microsoft.CodeAnalysis.SyntaxTree> | trees | |
System.Collections.Generic.IList<Microsoft.CodeAnalysis.MetadataReference> | references |
Returns
Type | Description |
---|---|
Microsoft.CodeAnalysis.Compilation |