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