4 references to CreateEmptyCompilation
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (4)
319
var initialCompilation = this.
CreateEmptyCompilation
();
334
var compilationWithoutGeneratedDocuments =
CreateEmptyCompilation
();
343
new Lazy<Compilation>(
CreateEmptyCompilation
),
792
return this.
CreateEmptyCompilation
().AddSyntaxTrees(alreadyParsedTrees);