2 references to TryGetMatchingAncestor
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
1753var hasAncestor = TryGetMatchingAncestor(forwardMap, deletedDeclaration, out var newAncestor); 1767var hasAncestor = TryGetMatchingAncestor(forwardMap, deletedNode, out var newAncestor);