1 instantiation of RuntimeTypeHandleValue
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
1004stack.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: 2850if (!(value is RuntimeTypeHandleValue)) 2856result = Type == ((RuntimeTypeHandleValue)value).Type;