1 write to EntryPointNodes
Microsoft.Build (1)
Graph\GraphBuilder.cs (1)
92
EntryPointNodes
= _entryPointConfigurationMetadata.Select(e => allParsedProjects[e].GraphNode).ToList();
3 references to EntryPointNodes
Microsoft.Build (3)
Graph\GraphBuilder.cs (2)
94
DetectCycles(
EntryPointNodes
, _projectInterpretation, allParsedProjects);
96
RootNodes = GetGraphRoots(
EntryPointNodes
);
Graph\ProjectGraph.cs (1)
443
EntryPointNodes = graphBuilder.
EntryPointNodes
;