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