3 references to xmlNamespace
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (3)
371if (ns.Prefix.IsXml && ns.Uri != xmlNamespace) 373XmlExceptionHelper.ThrowXmlException(this, new XmlException(string.Format(SRSerialization.XmlSpecificBindingPrefix, "xml", xmlNamespace))); 931_nameTable.Add(xmlNamespace);