4 references to HasDefaultSupport
System.Private.Xml (4)
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (2)
479
bool hasDefault = defaultValue != null && defaultValue != DBNull.Value && mapping.TypeDesc!.
HasDefaultSupport
;
929
bool hasDefault = defaultValue != null && defaultValue != DBNull.Value && mapping.TypeDesc!.
HasDefaultSupport
;
System\Xml\Serialization\XmlSerializationWriter.cs (1)
2449
bool hasDefault = defaultValue != null && defaultValue != DBNull.Value && mapping.TypeDesc!.
HasDefaultSupport
;
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
194
bool hasDefault = defaultValue != null && defaultValue != DBNull.Value && mapping.TypeDesc!.
HasDefaultSupport
;