2 references to _projectsPerReferencePath
Microsoft.Build (2)
BuildCheck\Checks\PreferProjectReferenceCheck.cs (2)
69
if (
_projectsPerReferencePath
.TryGetValue(targetPath, out projectProducingOutput))
95
_projectsPerReferencePath
[referenceFullPath] = (context.Data.ProjectFilePath, evaluatedReferencePath);