2 writes to _Value
System (2)
sys\system\configuration\SettingsPropertyValue.cs (2)
42
_Value
= Deserialize();
57
_Value
= value;
7 references to _Value
System (7)
sys\system\configuration\SettingsPropertyValue.cs (7)
46
if (
_Value
!= null && !Property.PropertyType.IsPrimitive && !(
_Value
is string) && !(
_Value
is DateTime))
53
return
_Value
;
218
if (
_Value
== null)
222
return ConvertObjectToString(
_Value
, Property.PropertyType, Property.SerializeAs, Property.ThrowOnErrorSerializing);
227
bf.Serialize(ms,
_Value
);