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