4 references to IsXmlnsAttribute
System.Private.Xml (4)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (3)
2003
if (!
IsXmlnsAttribute
(Reader.Name))
2066
if (
IsXmlnsAttribute
(Reader.Name))
2076
else if (!
IsXmlnsAttribute
(Reader.Name))
System\Xml\Serialization\XmlSerializationReader.cs (1)
1946
if (
IsXmlnsAttribute
(Reader.Name) || (Reader.Name == "id" && (!_soap12 || Reader.NamespaceURI == Soap12.Encoding)))