Compiler\TypePreinit.cs (9)
452stack.PushFromLocation(field.FieldType, fieldValue);
536stack.PushFromLocation(methodSig.ReturnType, retVal);
692stack.PushFromLocation(owningType, instance);
765stack.PushFromLocation(field.FieldType, fieldValue);
974stack.PushFromLocation(GetArgType(methodIL.OwningMethod, index), parameters[index]);
1045stack.PushFromLocation(localTypes[index].Type, locals[index]);
1656stack.PushFromLocation(elementType, value);
1705stack.PushFromLocation(type, unboxed);
1742stack.PushFromLocation(type, dereferenced);