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