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