2 implementations of GetDependentSemanticVersionAsync
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (1)
1060
public Task<VersionStamp>
GetDependentSemanticVersionAsync
(
Workspace\Solution\SolutionCompilationState.WithFrozenSourceGeneratedDocumentsCompilationTracker.cs (1)
155
public Task<VersionStamp>
GetDependentSemanticVersionAsync
(SolutionCompilationState compilationState, CancellationToken cancellationToken)
2 references to GetDependentSemanticVersionAsync
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState.cs (1)
1177
=> this.GetCompilationTracker(projectId).
GetDependentSemanticVersionAsync
(this, cancellationToken);
Workspace\Solution\SolutionCompilationState.SkeletonReferenceCache.cs (1)
146
var version = await compilationTracker.
GetDependentSemanticVersionAsync
(