1 write to _exceptionRegions
ILCompiler.ReadyToRun (1)
IL\ReadyToRunILProvider.cs (1)
306
_exceptionRegions
= (ILExceptionRegion[])wrappedMethod.GetExceptionRegions().Clone();
4 references to _exceptionRegions
ILCompiler.ReadyToRun (4)
IL\ReadyToRunILProvider.cs (4)
310
for (int i = 0; i <
_exceptionRegions
.Length; i++)
312
var region =
_exceptionRegions
[i];
320
_exceptionRegions
[i] = new ILExceptionRegion(region.Kind, region.TryOffset, region.TryLength, region.HandlerOffset, region.HandlerLength, newHandle.Value, newHandle.Value);
367
public override ILExceptionRegion[] GetExceptionRegions() =>
_exceptionRegions
;