1 reference to ShouldDescend
Microsoft.CodeAnalysis.Features (1)
Testing\AbstractTestMethodFinder.cs (1)
89
var methodsInRange = root.DescendantNodesAndSelf(descendIntoChildren:
ShouldDescend
, descendIntoTrivia: false).OfType<TMethodDeclaration>();