2 references to GetDependentVersionAsync
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\Project.cs (1)
561
=> Solution.CompilationState.
GetDependentVersionAsync
(this.Id, cancellationToken);
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (1)
1052
var dependentProjectVersion = await compilationState.
GetDependentVersionAsync
(dependentProjectReference.ProjectId, cancellationToken).ConfigureAwait(false);