2 writes to _propertyInfo
ReachFramework (2)
Serialization\Manager\ReachSerializableProperties.cs (2)
380this._propertyInfo = propertyCache; 400_propertyInfo = propertyCache;
18 references to _propertyInfo
ReachFramework (18)
Serialization\Manager\ReachSerializableProperties.cs (18)
518if (_propertyInfo != null) 520info = (PropertyInfo)_propertyInfo.PropertyInfo; 557if (_propertyInfo != null) 559visibility = _propertyInfo.Visibility; 578if (_propertyInfo != null) 580type = _propertyInfo.SerializerTypeForProperty; 599if (_propertyInfo != null) 601converter = _propertyInfo.TypeConverterForProperty; 619if (_propertyInfo != null) 621defValAttr = _propertyInfo.DefaultValueAttr; 639if (_propertyInfo != null) 641designerSerFlagAttr = _propertyInfo.DesignerSerializationOptionsAttr; 660if ( (_propertyInfo != null) && 661(((PropertyInfo)_propertyInfo.PropertyInfo) != null) ) 663isReadOnly = !((PropertyInfo)_propertyInfo.PropertyInfo).CanWrite; 679return _propertyInfo.PropertyValue; 684_propertyInfo.PropertyValue = value; 698return _propertyInfo;