Compiler\TypePreinit.cs (9)
463stack.PushFromLocation(field.FieldType, fieldValue);
547stack.PushFromLocation(methodSig.ReturnType, retVal);
703stack.PushFromLocation(owningType, instance);
776stack.PushFromLocation(field.FieldType, fieldValue);
1001stack.PushFromLocation(GetArgType(methodIL.OwningMethod, index), parameters[index]);
1072stack.PushFromLocation(localTypes[index].Type, locals[index]);
1683stack.PushFromLocation(elementType, value);
1732stack.PushFromLocation(type, unboxed);
1769stack.PushFromLocation(type, dereferenced);