1 write to ExceptionRegions
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\UnmappedActiveStatement.cs (1)
34ExceptionRegions = exceptionRegions;
19 references to ExceptionRegions
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
EditAndContinue\EditAndContinueTestHelpers.cs (1)
72AssertSpansEqual(oldStatement.ExceptionRegions.Spans, oldRegions.Spans, oldTree);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (15)
EditAndContinue\ActiveStatementsMapTests.cs (1)
270var exceptionRegions = unmappedActiveStatements[0].ExceptionRegions;
EditAndContinue\EditSessionActiveStatementsTests.cs (14)
238}, oldActiveStatements1.Select(s => "[" + string.Join(", ", s.ExceptionRegions.Spans) + "]")); 246}, oldActiveStatements2.Select(s => "[" + string.Join(", ", s.ExceptionRegions.Spans) + "]")); 262oldActiveStatements2[0].ExceptionRegions.Spans.SelectAsArray(es => es.AddLineDelta(+1)), 263oldActiveStatements2[1].ExceptionRegions.Spans, 264oldActiveStatements2[2].ExceptionRegions.Spans))); 366}, oldActiveStatements.Select(s => "[" + string.Join(", ", s.ExceptionRegions.Spans.Select(span => $"{span} '{GetFirstLineText(span.Span, baseText)}'")) + "]")); 377oldActiveStatements[0].ExceptionRegions.Spans, 378oldActiveStatements[1].ExceptionRegions.Spans)) 553}, oldActiveStatements.Select(s => "[" + string.Join(", ", s.ExceptionRegions.Spans.Select(span => $"{span} '{GetFirstLineText(span.Span, sourceTextV2)}'")) + "]")); 569oldActiveStatements[0].ExceptionRegions.Spans, 570oldActiveStatements[1].ExceptionRegions.Spans.SelectAsArray(es => es.AddLineDelta(-1)), 571oldActiveStatements[2].ExceptionRegions.Spans, 572oldActiveStatements[3].ExceptionRegions.Spans.SelectAsArray(es => es.AddLineDelta(+2))))); 696}, oldActiveStatements.Select(s => "[" + string.Join(",", s.ExceptionRegions.Spans) + "]"));
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\DebuggingSession.cs (1)
962return oldDocumentActiveStatements.GetStatement(baseActiveStatement.Ordinal).ExceptionRegions.IsActiveStatementCovered;
EditAndContinue\DocumentActiveStatementChanges.cs (1)
29Debug.Assert(oldSpans[i].ExceptionRegions.Spans.Length == newExceptionRegions[i].Length);
EditAndContinue\UnmappedActiveStatement.cs (1)
41exceptionRegions = ExceptionRegions;