7 references to HasCustomFormatter
System.Xml (7)
System\Xml\Serialization\XmlCodeExporter.cs (1)
349if (!pm.TypeDesc.HasCustomFormatter) {
System\Xml\Serialization\XmlSchemaExporter.cs (1)
815if (!pm.TypeDesc.HasCustomFormatter) {
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1623if (sourceTypeDesc != null && sourceTypeDesc.HasCustomFormatter) {
System\Xml\Serialization\XmlSerializationReader.cs (1)
2680if (!mapping.TypeDesc.HasCustomFormatter) {
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
867if (mapping.TypeDesc.HasCustomFormatter) {
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1456if (!typeDesc.HasCustomFormatter) {
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
141if (!typeDesc.HasCustomFormatter) {