1 write to _defaultValue
System.Private.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
46set { _defaultValue = value; }
3 references to _defaultValue
System.Private.Xml (3)
System\Xml\Serialization\Mappings.cs (3)
45get { return _defaultValue; } 51get { return _defaultValue != null && _defaultValue != DBNull.Value; }