8 references to HasCustomFormatter
System.Private.Xml (8)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (1)
1199if (!mapping.TypeDesc.HasCustomFormatter)
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (1)
1149if (!typeDesc.HasCustomFormatter)
System\Xml\Serialization\XmlSchemaExporter.cs (1)
906if (!pm.TypeDesc!.HasCustomFormatter)
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1761if (sourceTypeDesc != null && sourceTypeDesc.HasCustomFormatter)
System\Xml\Serialization\XmlSerializationReader.cs (1)
2884if (!mapping.TypeDesc.HasCustomFormatter)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
841if (mapping.TypeDesc.HasCustomFormatter)
System\Xml\Serialization\XmlSerializationWriter.cs (1)
2472if (!typeDesc.HasCustomFormatter)
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
152if (!typeDesc.HasCustomFormatter)