7 references to RuntimeFieldHandle
ILCompiler.Compiler (2)
IL\RvaIntrinsicPatternAnalyzer.cs (2)
332&& signature[1].IsWellKnownType(WellKnownType.RuntimeFieldHandle); 343&& signature[0].IsWellKnownType(WellKnownType.RuntimeFieldHandle)
ILCompiler.ReadyToRun (2)
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
2173result = WellKnownType.RuntimeFieldHandle; 3030return ObjectToHandle(_compilation.TypeSystemContext.GetWellKnownType(WellKnownType.RuntimeFieldHandle));
ILCompiler.RyuJit (2)
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
2173result = WellKnownType.RuntimeFieldHandle; 3030return ObjectToHandle(_compilation.TypeSystemContext.GetWellKnownType(WellKnownType.RuntimeFieldHandle));
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
120case WellKnownType.RuntimeFieldHandle: