3 references to StackEntry
ILCompiler.Compiler (3)
Compiler\TypePreinit.cs (3)
1027stack.Push(new StackEntry(StackValueKind.ValueType, new RuntimeFieldHandleValue(field))); 1031stack.Push(new StackEntry(StackValueKind.ValueType, new RuntimeTypeHandleValue(type))); 2069Push(new StackEntry(kind, val));