11 references to xmlnsNamespace
System.Runtime.Serialization (11)
System\Xml\XmlBaseReader.cs (11)
388else if (ns.Prefix.IsXmlns && ns.Uri != xmlnsNamespace) 390XmlExceptionHelper.ThrowXmlException(this, new XmlException(SR.GetString(SR.XmlSpecificBindingPrefix, "xmlns", xmlnsNamespace))); 707return xmlnsNamespace; 782XmlExceptionHelper.ThrowDuplicateAttribute(this, xmlns, xmlns, attributeNode1.Namespace.Prefix.GetString(), xmlnsNamespace); 805XmlExceptionHelper.ThrowDuplicateXmlnsAttribute(this, attributeNodes[attribute1].Namespace.Prefix.GetString(), xmlnsNamespace); 929nameTable.Add(xmlnsNamespace); 1047return xmlnsNamespace; 2359return ns == xmlnsNamespace; 2372return ns.Value == xmlnsNamespace; 2385return this.Namespace.Prefix == localName && ns == xmlnsNamespace; 2398return this.Namespace.Prefix == localName && ns.Value == xmlnsNamespace;