1 write to _lazyDependentSemanticVersion
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (1)
1058
ref
_lazyDependentSemanticVersion
,
2 references to _lazyDependentSemanticVersion
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (2)
1054
if (
_lazyDependentSemanticVersion
== null)
1065
return
_lazyDependentSemanticVersion
.GetValueAsync(cancellationToken);