2 overrides of GetExceptionHandlingRegion
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
2645
protected override TextSpan
GetExceptionHandlingRegion
(SyntaxNode node, out bool coversAllChildren)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
2605
Protected Overrides Function
GetExceptionHandlingRegion
(node As SyntaxNode, <Out> ByRef coversAllChildren As Boolean) As TextSpan
1 reference to GetExceptionHandlingRegion
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
1589
var span =
GetExceptionHandlingRegion
(exceptionHandlingAncestors[i], out var coversAllChildren);