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