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)
148
InProgressState inProgressState => (inProgressState.LazyCompilationWithoutGeneratedDocuments, inProgressState.
LazyStaleCompilationWithGeneratedDocuments
),
408
var staleCompilationWithGeneratedDocuments = inProgressState.
LazyStaleCompilationWithGeneratedDocuments
.GetValue(cancellationToken);
480
var staleCompilationWithGeneratedDocuments = inProgressState.
LazyStaleCompilationWithGeneratedDocuments
.GetValue(cancellationToken);
720
inProgressState.
LazyStaleCompilationWithGeneratedDocuments
,
937
if (inProgressState.
LazyStaleCompilationWithGeneratedDocuments
.GetValue(CancellationToken.None) is Compilation staleCompilationWithGeneratedDocuments)