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