11 references to xmlnsNamespace
System.Private.DataContractSerialization (11)
System\Xml\XmlBaseReader.cs (11)
351else if (ns.Prefix.IsXmlns && ns.Uri != xmlnsNamespace) 353XmlExceptionHelper.ThrowXmlException(this, new XmlException(SR.Format(SR.XmlSpecificBindingPrefix, "xmlns", xmlnsNamespace))); 679return xmlnsNamespace; 754XmlExceptionHelper.ThrowDuplicateAttribute(this, xmlns, xmlns, attributeNode1.Namespace.Prefix.GetString(), xmlnsNamespace); 776XmlExceptionHelper.ThrowDuplicateXmlnsAttribute(this, attributeNodes[attribute1].Namespace.Prefix.GetString(), xmlnsNamespace); 893_ns = xmlnsNamespace; 909_nameTable.Add(xmlnsNamespace); 2233return ns == xmlnsNamespace; 2246return ns.Value == xmlnsNamespace; 2259return this.Namespace.Prefix == localName && ns == xmlnsNamespace; 2272return this.Namespace.Prefix == localName && ns.Value == xmlnsNamespace;