2 references to GetMetadataReferenceAsync
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionState.CompilationTracker.cs (1)
750
var metadataReference = await solution.
GetMetadataReferenceAsync
(
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SolutionTests.cs (1)
2214
var referencedMetadata = await solution.State.
GetMetadataReferenceAsync
(referenced, solution.GetProjectState(project.Id), CancellationToken.None);