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