1 reference to HasDefault
System.Private.Xml (1)
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1481
if ((attribute.Use == XmlSchemaUse.Optional || attribute.Use == XmlSchemaUse.None) && member.TypeDesc!.IsValueType && !attribute.
HasDefault
&& !member.TypeDesc.HasIsEmpty)