6 references to IsExceptionRegion
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\ActiveStatementsMap.cs (1)
153if (!region.IsExceptionRegion &&
EditAndContinue\NonRemappableRegion.cs (5)
40IsExceptionRegion == other.IsExceptionRegion; 43=> Hash.Combine(OldSpan.GetHashCode(), Hash.Combine(IsExceptionRegion, NewSpan.GetHashCode())); 52=> new(OldSpan, newSpan, IsExceptionRegion); 55=> $"{(IsExceptionRegion ? "ER" : "AS")} {OldSpan} => {NewSpan.Span}";