public GenericFieldInfoWrapper(FieldInfo field, IntermediateBuilder context, GenericType type) : base(field, context) { _type = type; _fieldType = _type.InstantiateGenericType(field.FieldType, context); }