6 references to Exception
ILCompiler.Compiler (2)
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (2)
62
ILExceptionRegionBuilder tryCatchRegion = emitter.NewCatchRegion(context.GetWellKnownType(WellKnownType.
Exception
));
157
TypeDesc exceptionType = context.GetWellKnownType(WellKnownType.
Exception
);
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
1569
&& ((TypeDesc)ResolveTokenInScope(_compilation.GetMethodIL(MethodBeingCompiled), MethodBeingCompiled, (mdToken)classTokenOrOffset)).IsWellKnownType(WellKnownType.
Exception
))
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (2)
62
ILExceptionRegionBuilder tryCatchRegion = emitter.NewCatchRegion(context.GetWellKnownType(WellKnownType.
Exception
));
157
TypeDesc exceptionType = context.GetWellKnownType(WellKnownType.
Exception
);
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
114
case WellKnownType.
Exception
: