2 references to ActiveStatementExceptionRegions
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
1765
return new
ActiveStatementExceptionRegions
([], isActiveStatementCovered: false);
1789
return new
ActiveStatementExceptionRegions
(result.ToImmutable(), isCovered);