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