1 write to strXml
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
111
strXml
= nt.Add("xml");
11 references to strXml
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (5)
416
if (name == _document.
strXml
)
461
if (name == _document.
strXml
)
503
while (Ref.Equal(attribute.LocalName, _document.
strXml
))
617
|| Ref.Equal(localName, _document.
strXml
));
626
if (PathHasDuplicateNamespace(null, _namespaceParent, _document.
strXml
))
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
554
else if (prefix ==
strXml
)
1773
_namespaceXml = new XmlAttribute(AddAttrXmlName(strXmlns,
strXml
, strReservedXmlns, null), this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
721
else if (spaceMode == XmlSpace.None && attr.Prefix == _doc.
strXml
&& attr.LocalName == _doc.strSpace)
729
else if (lang == null && attr.Prefix == _doc.
strXml
&& attr.LocalName == _doc.strLang)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (2)
1128
if (Ref.Equal(doc.
strXml
, prefix))
1209
return doc.
strXml
;