4 references to ConstructGraph
Microsoft.CodeAnalysis.UnitTests (4)
ObjectSerializationTests.cs (4)
1240var graph = ConstructGraph(ref id, 5, 3); 1248var graph = ConstructGraph(ref id, 1, 1000); 1256var graph = ConstructGraph(ref id, 1, 1000); 1272children[i] = ConstructGraph(ref id, width, depth - 1);