9 references to xmlns
dotnet-svcutil-lib (9)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (9)
543if (name == xmlns) 545prefix = xmlns; 686_localName = xmlns; 701if (prefix == xmlns) 777XmlExceptionHelper.ThrowDuplicateAttribute(this, xmlns, xmlns, attributeNode1.Namespace.Prefix.GetString(), xmlnsNamespace); 929_nameTable.Add(xmlns); 966_prefix = xmlns; 2130return prefix == xmlns && this.Namespace.Prefix == localName;