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