8 references to HasCustomFormatter
System.Private.Xml (8)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (1)
1189if (!mapping.TypeDesc.HasCustomFormatter)
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (1)
1074if (!typeDesc.HasCustomFormatter)
System\Xml\Serialization\XmlSchemaExporter.cs (1)
910if (!pm.TypeDesc!.HasCustomFormatter)
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1761if (sourceTypeDesc != null && sourceTypeDesc.HasCustomFormatter)
System\Xml\Serialization\XmlSerializationReader.cs (1)
2858if (!mapping.TypeDesc.HasCustomFormatter)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
842if (mapping.TypeDesc.HasCustomFormatter)
System\Xml\Serialization\XmlSerializationWriter.cs (1)
2425if (!typeDesc.HasCustomFormatter)
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
152if (!typeDesc.HasCustomFormatter)