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