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