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