1 write to _projectInterpretation
Microsoft.Build (1)
Graph\GraphBuilder.cs (1)
87_projectInterpretation = projectInterpretation;
4 references to _projectInterpretation
Microsoft.Build (4)
Graph\GraphBuilder.cs (4)
103DetectCycles(EntryPointNodes, _projectInterpretation, allParsedProjects); 135_projectInterpretation.AddInnerBuildEdges(allParsedProjects, this); 151var requiresTransitiveProjectReferences = _projectInterpretation.RequiresTransitiveProjectReferences(currentNode); 620foreach (var referenceInfo in _projectInterpretation.GetReferences(parsedProject, _projectCollection, GetInstanceForPlatformNegotiationWithCaching))