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)
41if (_value != null && !Property.PropertyType.IsPrimitive && !(_value is string) && !(_value is DateTime)) 48return _value; 242if (_value == null) 249return ConvertObjectToString(_value, Property.PropertyType, Property.SerializeAs, Property.ThrowOnErrorSerializing); 258bf.Serialize(ms, _value);