1 implementation of GetExceptionRegions
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
1570
public ActiveStatementExceptionRegions
GetExceptionRegions
(SyntaxNode syntaxRoot, TextSpan unmappedActiveStatementSpan, bool isNonLeaf, CancellationToken cancellationToken)
1 reference to GetExceptionRegions
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\ActiveStatementsMap.cs (1)
198
var exceptionRegions = analyzer.
GetExceptionRegions
(oldRoot, unmappedSpan, activeStatement.IsNonLeaf, cancellationToken);