2 references to GetDependentSemanticVersionAsync
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\Project.cs (1)
519=> _solution.State.GetDependentSemanticVersionAsync(this.Id, cancellationToken);
Workspace\Solution\SolutionState.CompilationTracker.cs (1)
1190var dependentProjectVersion = await solution.GetDependentSemanticVersionAsync(dependentProjectReference.ProjectId, cancellationToken).ConfigureAwait(false);