1 write to IsExceptionRegion
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\NonRemappableRegion.cs (1)
38
IsExceptionRegion
= isExceptionRegion;
7 references to IsExceptionRegion
Microsoft.CodeAnalysis.Features (7)
EditAndContinue\ActiveStatementsMap.cs (1)
147
if (!region.
IsExceptionRegion
&&
EditAndContinue\EditSession.cs (1)
1298
r => r.Region.
IsExceptionRegion
,
EditAndContinue\NonRemappableRegion.cs (5)
47
IsExceptionRegion
== other.
IsExceptionRegion
;
50
=> Hash.Combine(OldSpan.GetHashCode(), Hash.Combine(
IsExceptionRegion
, NewSpan.GetHashCode()));
59
=> new(OldSpan, newSpan,
IsExceptionRegion
);
62
=> $"{(
IsExceptionRegion
? "ER" : "AS")} {OldSpan} => {NewSpan.Span}";