1 write to strReservedXmlns
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
114
strReservedXmlns
= nt.Add(XmlReservedNs.NsXmlNs);
14 references to strReservedXmlns
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
195
if (Ref.Equal(attr.NamespaceURI, _document.
strReservedXmlns
))
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (2)
255
attr = _document.CreateAttribute(prefix, _document.strXmlns, _document.
strReservedXmlns
);
259
attr = _document.CreateAttribute(_document.strXmlns, prefix, _document.
strReservedXmlns
);
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (4)
402
string namespaceUri = _document.
strReservedXmlns
;
422
return _document.
strReservedXmlns
;
446
string namespaceUri = _document.
strReservedXmlns
;
692
string namespaceUri = _document.
strReservedXmlns
;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (1)
417
return Ref.Equal(_name.NamespaceURI, _name.OwnerDocument.
strReservedXmlns
);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (3)
169
if ((oPrefix == (object)strXmlns || (oPrefix == (object)strEmpty && oLocalName == (object)strXmlns)) ^ (oNamespaceURI == (object)
strReservedXmlns
))
552
namespaceURI =
strReservedXmlns
;
1773
_namespaceXml = new XmlAttribute(AddAttrXmlName(strXmlns, strXml,
strReservedXmlns
, null), this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (1)
630
if (ns == OwnerDocument.
strReservedXmlns
)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (2)
1134
return doc.
strReservedXmlns
;
1211
else if (Ref.Equal(doc.
strReservedXmlns
, namespaceURI))