2 references to GetTransitiveProjectReferencesExcludingSelf
Microsoft.Build (2)
Graph\GraphBuilder.cs (2)
164
foreach (var transitiveProjectReference in
GetTransitiveProjectReferencesExcludingSelf
(allParsedProjects[referenceInfo.ReferenceConfiguration]))
199
foreach (ProjectGraphNode transitiveReference in
GetTransitiveProjectReferencesExcludingSelf
(reference))