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