3 references to ExceptionRegions
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunStandaloneMethodMetadata.cs (1)
34var exceptionRegions = _methodBody.ExceptionRegions;
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\EcmaMethodIL.cs (1)
104ImmutableArray<ExceptionRegion> exceptionRegions = _methodBody.ExceptionRegions;
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodBody.cs (1)
62ImmutableArray<ExceptionRegion> regions = Block.ExceptionRegions;