4 references to CreateEmptyCompilation
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (4)
322var initialCompilation = this.CreateEmptyCompilation(); 337var compilationWithoutGeneratedDocuments = CreateEmptyCompilation(); 346new Lazy<Compilation>(CreateEmptyCompilation), 801return this.CreateEmptyCompilation().AddSyntaxTrees(alreadyParsedTrees);