4 references to GetMetadataReferenceAsync
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (3)
546
var metadataReference = await compilationState.
GetMetadataReferenceAsync
(
558
var metadataReference = await compilationState.
GetMetadataReferenceAsync
(
571
metadataReference = await compilationState.
GetMetadataReferenceAsync
(
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SolutionTests.cs (1)
3058
var referencedMetadata = await solution.CompilationState.
GetMetadataReferenceAsync
(