1 write to LazyCompilationWithoutGeneratedDocuments
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState.CompilationTracker.CompilationTrackerState.cs (1)
96LazyCompilationWithoutGeneratedDocuments = compilationWithoutGeneratedDocuments;
4 references to LazyCompilationWithoutGeneratedDocuments
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\SolutionCompilationState.CompilationTracker.CompilationTrackerState.cs (1)
83public override Compilation CompilationWithoutGeneratedDocuments => LazyCompilationWithoutGeneratedDocuments.Value;
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (3)
147InProgressState inProgressState => (inProgressState.LazyCompilationWithoutGeneratedDocuments, inProgressState.LazyStaleCompilationWithGeneratedDocuments), 717inProgressState.LazyCompilationWithoutGeneratedDocuments, 818var compilationWithoutGeneratedDocuments = inProgressState.LazyCompilationWithoutGeneratedDocuments;