2 writes to _value
System.Configuration.ConfigurationManager (2)
System\Configuration\SettingsPropertyValue.cs (2)
37
_value
= Deserialize();
52
_value
= value;
7 references to _value
System.Configuration.ConfigurationManager (7)
System\Configuration\SettingsPropertyValue.cs (7)
41
if (
_value
!= null && !Property.PropertyType.IsPrimitive && !(
_value
is string) && !(
_value
is DateTime))
48
return
_value
;
219
if (
_value
== null)
226
return ConvertObjectToString(
_value
, Property.PropertyType, Property.SerializeAs, Property.ThrowOnErrorSerializing);
235
bf.Serialize(ms,
_value
);