1 instantiation of RuntimeTypeHandleValue
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
1004
stack.Push(new StackEntry(StackValueKind.ValueType, new
RuntimeTypeHandleValue
(type)));
3 references to RuntimeTypeHandleValue
ILCompiler.Compiler (3)
Compiler\TypePreinit.cs (3)
1918
&& parameters[0] is
RuntimeTypeHandleValue
typeHandle:
2850
if (!(value is
RuntimeTypeHandleValue
))
2856
result = Type == ((
RuntimeTypeHandleValue
)value).Type;