3 writes to _ThrowOnErrorDeserializing
System (3)
sys\system\configuration\SettingsProperty.cs (3)
30
public bool ThrowOnErrorDeserializing { get { return _ThrowOnErrorDeserializing; } set {
_ThrowOnErrorDeserializing
= value; } }
53
_ThrowOnErrorDeserializing
= throwOnErrorDeserializing;
68
_ThrowOnErrorDeserializing
= propertyToCopy.ThrowOnErrorDeserializing;
1 reference to _ThrowOnErrorDeserializing
System (1)
sys\system\configuration\SettingsProperty.cs (1)
30
public bool ThrowOnErrorDeserializing { get { return
_ThrowOnErrorDeserializing
; } set { _ThrowOnErrorDeserializing = value; } }