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)
46if (_Value != null && !Property.PropertyType.IsPrimitive && !(_Value is string) && !(_Value is DateTime)) 53return _Value; 218if (_Value == null) 222return ConvertObjectToString(_Value, Property.PropertyType, Property.SerializeAs, Property.ThrowOnErrorSerializing); 227bf.Serialize(ms, _Value);