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)
2173
result = WellKnownType.
RuntimeFieldHandle
;
3030
return ObjectToHandle(_compilation.TypeSystemContext.GetWellKnownType(WellKnownType.
RuntimeFieldHandle
));
ILCompiler.RyuJit (2)
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
2173
result = WellKnownType.
RuntimeFieldHandle
;
3030
return ObjectToHandle(_compilation.TypeSystemContext.GetWellKnownType(WellKnownType.
RuntimeFieldHandle
));
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
120
case WellKnownType.
RuntimeFieldHandle
: