1 write to _lazyDependentVersion
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionState.CompilationTracker.cs (1)
1140
Interlocked.CompareExchange(ref
_lazyDependentVersion
, new AsyncLazy<VersionStamp>(c => ComputeDependentVersionAsync(tmp, c), cacheResult: true), null);
2 references to _lazyDependentVersion
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionState.CompilationTracker.cs (2)
1136
if (
_lazyDependentVersion
== null)
1143
return
_lazyDependentVersion
.GetValueAsync(cancellationToken);