2 implementations of GetPartialMetadataReference
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionState.CompilationTracker.cs (1)
1005public MetadataReference? GetPartialMetadataReference(ProjectState fromProject, ProjectReference projectReference)
Workspace\Solution\SolutionState.GeneratedFileReplacingCompilationTracker.cs (1)
136public MetadataReference? GetPartialMetadataReference(ProjectState fromProject, ProjectReference projectReference)
1 reference to GetPartialMetadataReference
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionState.cs (1)
2024return state.GetPartialMetadataReference(fromProject, projectReference);