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