1 reference to ComputeDependentSemanticVersionAsync
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);