5 references to IsSpecialXmlNamespace
System.Xml (5)
System\Xml\Serialization\XmlSchemaExporter.cs (1)
624
if (accessor.
IsSpecialXmlNamespace
) {
System\Xml\Serialization\XmlSerializationReader.cs (2)
3461
if (attribute.
IsSpecialXmlNamespace
) {
3524
qnames += attribute.
IsSpecialXmlNamespace
? XmlReservedNs.NsXml : (attribute.Form == XmlSchemaForm.Qualified ? attribute.Namespace : "") + ":" + attribute.Name;
System\Xml\Serialization\XmlSerializationReaderILGen.cs (2)
1891
if (attribute.
IsSpecialXmlNamespace
) {
2064
qnames += attribute.
IsSpecialXmlNamespace
? XmlReservedNs.NsXml : (attribute.Form == XmlSchemaForm.Qualified ? attribute.Namespace : "") + ":" + attribute.Name;