3 writes to _ThrowOnErrorSerializing
System (3)
sys\system\configuration\SettingsProperty.cs (3)
31public bool ThrowOnErrorSerializing { get { return _ThrowOnErrorSerializing; } set { _ThrowOnErrorSerializing = value; } } 54_ThrowOnErrorSerializing = throwOnErrorSerializing; 69_ThrowOnErrorSerializing = propertyToCopy.ThrowOnErrorSerializing;
1 reference to _ThrowOnErrorSerializing
System (1)
sys\system\configuration\SettingsProperty.cs (1)
31public bool ThrowOnErrorSerializing { get { return _ThrowOnErrorSerializing; } set { _ThrowOnErrorSerializing = value; } }