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