2 references to GetAncestor
Metrics.Legacy (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxNodeExtensions.cs (2)
148var ancestor = node.GetAncestor<TParent>(); 165var ancestor = node.GetAncestor<TParent>();