2 overrides of GetChildren
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\AbstractSyntaxComparer.cs (1)
76protected internal override IEnumerable<SyntaxNode>? GetChildren(SyntaxNode node)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Differencing\TestTreeComparer.cs (1)
35protected internal override IEnumerable<TestNode> GetChildren(TestNode node)
4 references to GetChildren
Microsoft.CodeAnalysis.Workspaces (4)
Differencing\EditScript.cs (4)
44var rootChildren = Comparer.GetChildren(Root2); 60var grandChildren = Comparer.GetChildren(child); 167if ((wChildren = Comparer.GetChildren(w)) == null || (xChildren = Comparer.GetChildren(x)) == null)