1 override of GetExceptionHandlingRegion
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
2671protected override TextSpan GetExceptionHandlingRegion(SyntaxNode node, out bool coversAllChildren)
1 reference to GetExceptionHandlingRegion
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
1773var span = GetExceptionHandlingRegion(exceptionHandlingAncestors[i], out var coversAllChildren);