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