4 references to IsXmlnsAttribute
System.Private.Xml (4)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (3)
1999
if (!
IsXmlnsAttribute
(Reader.Name))
2062
if (
IsXmlnsAttribute
(Reader.Name))
2072
else if (!
IsXmlnsAttribute
(Reader.Name))
System\Xml\Serialization\XmlSerializationReader.cs (1)
1943
if (
IsXmlnsAttribute
(Reader.Name) || (Reader.Name == "id" && (!_soap12 || Reader.NamespaceURI == Soap12.Encoding)))