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