1 write to _projectInterpretation
Microsoft.Build (1)
Graph\GraphBuilder.cs (1)
78
_projectInterpretation
= projectInterpretation;
4 references to _projectInterpretation
Microsoft.Build (4)
Graph\GraphBuilder.cs (4)
94
DetectCycles(EntryPointNodes,
_projectInterpretation
, allParsedProjects);
126
_projectInterpretation
.AddInnerBuildEdges(allParsedProjects, this);
142
var requiresTransitiveProjectReferences =
_projectInterpretation
.RequiresTransitiveProjectReferences(currentNode);
577
foreach (var referenceInfo in
_projectInterpretation
.GetReferences(parsedProject, _projectCollection, GetInstanceForPlatformNegotiationWithCaching))