2 references to Node
Microsoft.Build.Engine.UnitTests (2)
ProjectCache\ProjectCacheTests.cs (2)
164
GraphEdges.Select(e => $"{
Node
(e.Key)}->{FormatChildren(e.Value)}"));
170
: string.Join(",", children.Select(c =>
Node
(c)));