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