3 references to GetExceptionRegions
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
870
newExceptionRegions[i] =
GetExceptionRegions
(ancestors, newStatement.SyntaxTree, cancellationToken).Spans;
1347
newExceptionRegions[ordinal] =
GetExceptionRegions
(newAncestors, newStatementSyntax.SyntaxTree, cancellationToken).Spans;
1574
return
GetExceptionRegions
(ancestors, syntaxRoot.SyntaxTree, cancellationToken);