3 writes to _ThrowOnErrorSerializing
System (3)
sys\system\configuration\SettingsProperty.cs (3)
31
public 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)
31
public bool ThrowOnErrorSerializing { get { return
_ThrowOnErrorSerializing
; } set { _ThrowOnErrorSerializing = value; } }