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