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