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