2 writes to _propertyInfo
ReachFramework (2)
Serialization\Manager\ReachSerializableProperties.cs (2)
370this._propertyInfo = propertyCache; 390_propertyInfo = propertyCache;
18 references to _propertyInfo
ReachFramework (18)
Serialization\Manager\ReachSerializableProperties.cs (18)
508if (_propertyInfo != null) 510info = (PropertyInfo)_propertyInfo.PropertyInfo; 547if (_propertyInfo != null) 549visibility = _propertyInfo.Visibility; 568if (_propertyInfo != null) 570type = _propertyInfo.SerializerTypeForProperty; 589if (_propertyInfo != null) 591converter = _propertyInfo.TypeConverterForProperty; 609if (_propertyInfo != null) 611defValAttr = _propertyInfo.DefaultValueAttr; 629if (_propertyInfo != null) 631designerSerFlagAttr = _propertyInfo.DesignerSerializationOptionsAttr; 650if ( (_propertyInfo != null) && 651(((PropertyInfo)_propertyInfo.PropertyInfo) != null) ) 653isReadOnly = !((PropertyInfo)_propertyInfo.PropertyInfo).CanWrite; 669return _propertyInfo.PropertyValue; 674_propertyInfo.PropertyValue = value; 688return _propertyInfo;