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