2 references to ExceptionRegions
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\DocumentActiveStatementChanges.cs (1)
28
Debug.Assert(oldSpans[i].
ExceptionRegions
.Spans.Length == newExceptionRegions[i].Length);
EditAndContinue\UnmappedActiveStatement.cs (1)
31
exceptionRegions =
ExceptionRegions
;