11 references to xmlnsNamespace
dotnet-svcutil-lib (11)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (11)
375else if (ns.Prefix.IsXmlns && ns.Uri != xmlnsNamespace) 377XmlExceptionHelper.ThrowXmlException(this, new XmlException(string.Format(SRSerialization.XmlSpecificBindingPrefix, "xmlns", xmlnsNamespace))); 702return xmlnsNamespace; 777XmlExceptionHelper.ThrowDuplicateAttribute(this, xmlns, xmlns, attributeNode1.Namespace.Prefix.GetString(), xmlnsNamespace); 800XmlExceptionHelper.ThrowDuplicateXmlnsAttribute(this, attributeNodes[attribute1].Namespace.Prefix.GetString(), xmlnsNamespace); 914_ns = xmlnsNamespace; 930_nameTable.Add(xmlnsNamespace); 2079return ns == xmlnsNamespace; 2092return ns.Value == xmlnsNamespace; 2105return this.Namespace.Prefix == localName && ns == xmlnsNamespace; 2118return this.Namespace.Prefix == localName && ns.Value == xmlnsNamespace;