6 references to HasDefaultSupport
System.Xml (6)
System\Xml\Serialization\XmlCodeExporter.cs (4)
366if (pm.TypeDesc.HasDefaultSupport) { 375if (!memberTypeDesc.HasDefaultSupport) { 425if (comments != null && !pm.TypeDesc.HasDefaultSupport && pm.TypeDesc.IsMappedType) { 465if (arguments != null && pm.TypeDesc.HasDefaultSupport && accessor.IsOptional && !accessor.IsFixed) {
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1476bool hasDefault = defaultValue != null && defaultValue != DBNull.Value && mapping.TypeDesc.HasDefaultSupport;
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
177bool hasDefault = defaultValue != null && defaultValue != DBNull.Value && mapping.TypeDesc.HasDefaultSupport;