2 references to GetOutputRefFilePathById
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (1)
399
var outputRefFilePath = _projectMap.
GetOutputRefFilePathById
(projectReferenceId);
MSBuild\ProjectMap.cs (1)
161
=> TryFindPathInProjectIdSet(outputRefFilePath,
GetOutputRefFilePathById
, set, out result);