1 write to _lazyDependentSemanticVersion
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionState.CompilationTracker.cs (1)
1173Interlocked.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)
1169if (_lazyDependentSemanticVersion == null) 1176return _lazyDependentSemanticVersion.GetValueAsync(cancellationToken);