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)
313for (int i = 0; i < _exceptionRegions.Length; i++) 315var region = _exceptionRegions[i]; 323_exceptionRegions[i] = new ILExceptionRegion(region.Kind, region.TryOffset, region.TryLength, region.HandlerOffset, region.HandlerLength, newHandle.Value, newHandle.Value); 370public override ILExceptionRegion[] GetExceptionRegions() => _exceptionRegions;