1 write to LazyStaleCompilationWithGeneratedDocuments
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState.CompilationTracker.CompilationTrackerState.cs (1)
97
LazyStaleCompilationWithGeneratedDocuments
= staleCompilationWithGeneratedDocuments;
5 references to LazyStaleCompilationWithGeneratedDocuments
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (5)
151
InProgressState inProgressState => (inProgressState.LazyCompilationWithoutGeneratedDocuments, inProgressState.
LazyStaleCompilationWithGeneratedDocuments
),
411
var staleCompilationWithGeneratedDocuments = inProgressState.
LazyStaleCompilationWithGeneratedDocuments
.GetValue(cancellationToken);
483
var staleCompilationWithGeneratedDocuments = inProgressState.
LazyStaleCompilationWithGeneratedDocuments
.GetValue(cancellationToken);
726
inProgressState.
LazyStaleCompilationWithGeneratedDocuments
,
946
if (inProgressState.
LazyStaleCompilationWithGeneratedDocuments
.GetValue(CancellationToken.None) is Compilation staleCompilationWithGeneratedDocuments)