6 references to IsSpecialXmlNamespace
System.Private.Xml (6)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (1)
1855
if (attribute.
IsSpecialXmlNamespace
)
System\Xml\Serialization\XmlSchemaExporter.cs (1)
688
if (accessor.
IsSpecialXmlNamespace
)
System\Xml\Serialization\XmlSerializationReader.cs (2)
3710
if (attribute.
IsSpecialXmlNamespace
)
3780
qnames += attribute.
IsSpecialXmlNamespace
? XmlReservedNs.NsXml : $"{(attribute.Form == XmlSchemaForm.Qualified ? attribute.Namespace : "")}:{attribute.Name}";
System\Xml\Serialization\XmlSerializationReaderILGen.cs (2)
1850
if (attribute.
IsSpecialXmlNamespace
)
2006
qnames += attribute.
IsSpecialXmlNamespace
? XmlReservedNs.NsXml : $"{(attribute.Form == XmlSchemaForm.Qualified ? attribute.Namespace : "")}:{attribute.Name}";