2 overrides of GetDescendants
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\AbstractSyntaxComparer.cs (1)
119protected internal sealed override IEnumerable<SyntaxNode> GetDescendants(SyntaxNode node)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Differencing\TestTreeComparer.cs (1)
38protected internal override IEnumerable<TestNode> GetDescendants(TestNode node)
2 references to GetDescendants
Microsoft.CodeAnalysis.Workspaces (2)
Differencing\EditScript.cs (1)
152foreach (var w in Comparer.GetDescendants(Root1))
Differencing\Match.cs (1)
80foreach (var node in comparer.GetDescendants(root))