5 references to Kind
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunStandaloneMethodMetadata.cs (1)
50
(ILExceptionRegionKind)exceptionRegion.
Kind
, // assumes that ILExceptionRegionKind and ExceptionRegionKind enums are in sync
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\EcmaMethodIL.cs (1)
120
(ILExceptionRegionKind)exceptionRegion.
Kind
, // assumes that ILExceptionRegionKind and ExceptionRegionKind enums are in sync
System.Reflection.Metadata (2)
System\Reflection\Metadata\IL\ExceptionRegion.cs (2)
73
get { return (
Kind
== ExceptionRegionKind.Filter) ? _classTokenOrFilterOffset : -1; }
81
get { return (
Kind
== ExceptionRegionKind.Catch) ? new EntityHandle((uint)_classTokenOrFilterOffset) : default(EntityHandle); }
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodBody.cs (1)
71
flags: regions[i].
Kind
.ToExceptionHandlingClauseOptions(),