Compiler\TypePreinit.cs (9)
463stack.PushFromLocation(field.FieldType, fieldValue);
547stack.PushFromLocation(methodSig.ReturnType, retVal);
703stack.PushFromLocation(owningType, instance);
776stack.PushFromLocation(field.FieldType, fieldValue);
985stack.PushFromLocation(GetArgType(methodIL.OwningMethod, index), parameters[index]);
1056stack.PushFromLocation(localTypes[index].Type, locals[index]);
1667stack.PushFromLocation(elementType, value);
1716stack.PushFromLocation(type, unboxed);
1753stack.PushFromLocation(type, dereferenced);