2 overrides of GetChildren
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\AbstractSyntaxComparer.cs (1)
78protected 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)
47var rootChildren = Comparer.GetChildren(Root2); 63var grandChildren = Comparer.GetChildren(child); 170if ((wChildren = Comparer.GetChildren(w)) == null || (xChildren = Comparer.GetChildren(x)) == null)