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