4 references to HasDefaultSupport
System.Private.Xml (4)
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (2)
489bool hasDefault = defaultValue != null && defaultValue != DBNull.Value && mapping.TypeDesc!.HasDefaultSupport; 943bool hasDefault = defaultValue != null && defaultValue != DBNull.Value && mapping.TypeDesc!.HasDefaultSupport;
System\Xml\Serialization\XmlSerializationWriter.cs (1)
2447bool hasDefault = defaultValue != null && defaultValue != DBNull.Value && mapping.TypeDesc!.HasDefaultSupport;
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
201bool hasDefault = defaultValue != null && defaultValue != DBNull.Value && mapping.TypeDesc!.HasDefaultSupport;