2 references to GetOutputFilePathById
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (1)
400
var outputFilePath = _projectMap.
GetOutputFilePathById
(projectReferenceId);
MSBuild\ProjectMap.cs (1)
165
=> TryFindPathInProjectIdSet(outputFilePath,
GetOutputFilePathById
, set, out result);