1 write to _lazyDependentSemanticVersion
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionState.CompilationTracker.cs (1)
1173
Interlocked.CompareExchange(ref
_lazyDependentSemanticVersion
, new AsyncLazy<VersionStamp>(c => ComputeDependentSemanticVersionAsync(tmp, c), cacheResult: true), null);
2 references to _lazyDependentSemanticVersion
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionState.CompilationTracker.cs (2)
1169
if (
_lazyDependentSemanticVersion
== null)
1176
return
_lazyDependentSemanticVersion
.GetValueAsync(cancellationToken);