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