4 references to CreateEmptyCompilation
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (4)
318
var initialCompilation = this.
CreateEmptyCompilation
();
333
var compilationWithoutGeneratedDocuments =
CreateEmptyCompilation
();
342
new Lazy<Compilation>(
CreateEmptyCompilation
),
791
return this.
CreateEmptyCompilation
().AddSyntaxTrees(alreadyParsedTrees);