4 references to GetExceptionHandlingAncestors
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (4)
914
var ancestors =
GetExceptionHandlingAncestors
(newStatement, newBody.EncompassingAncestor, oldActiveStatements[i].Statement.IsNonLeaf);
1434
var oldAncestors =
GetExceptionHandlingAncestors
(oldStatementSyntax, oldEncompassingAncestor, isNonLeaf);
1435
var newAncestors =
GetExceptionHandlingAncestors
(newStatementSyntax, newEncompassingAncestor, isNonLeaf);
1638
var ancestors =
GetExceptionHandlingAncestors
(node, root, isNonLeaf);