4 references to GetMetadataReferenceAsync
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (3)
537
var metadataReference = await compilationState.
GetMetadataReferenceAsync
(
549
var metadataReference = await compilationState.
GetMetadataReferenceAsync
(
562
metadataReference = await compilationState.
GetMetadataReferenceAsync
(
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SolutionTests.cs (1)
2891
var referencedMetadata = await solution.CompilationState.
GetMetadataReferenceAsync
(