10 references to Node
Microsoft.CodeAnalysis.UnitTests (10)
ObjectSerializationTests.cs (10)
1206var oneNode = new Node("one"); 1208TestRoundTripValue(new Node("a", new Node("b"), new Node("c"))); 1209TestRoundTripValue(new Node("x", oneNode, oneNode, oneNode, oneNode)); 1215var oneNode = new Node("one"); 1216var n1 = new Node("x", oneNode, oneNode, oneNode, oneNode); 1228var n1 = new Node("x", oneNode, oneNode, oneNode, oneNode); 1280return new Node(name, children); 1296: this(name)