3 writes to strXml
System.Private.Xml (3)
System\Xml\Dom\XmlDocument.cs (3)
150
strXml
= Xml;
171
strXml
= nt.GetOrAddEntry(s_nameTableSeeds[XmlSeedIndex].key, s_nameTableSeeds[XmlSeedIndex].hash);
190
strXml
= customNameTable.Add(Xml);
11 references to strXml
System.Private.Xml (11)
System\Xml\Dom\DocumentXPathNavigator.cs (5)
406
if (name == _document.
strXml
)
451
if (name == _document.
strXml
)
492
while (Ref.Equal(attribute.LocalName, _document.
strXml
))
605
|| Ref.Equal(localName, _document.
strXml
));
614
if (PathHasDuplicateNamespace(null, _namespaceParent, _document.
strXml
))
System\Xml\Dom\XmlDocument.cs (2)
619
else if (prefix ==
strXml
)
1822
_namespaceXml = new XmlAttribute(AddAttrXmlName(strXmlns,
strXml
, strReservedXmlns, null), this);
System\Xml\Dom\XmlLoader.cs (2)
713
else if (spaceMode == XmlSpace.None && attr.Prefix == _doc.
strXml
&& attr.LocalName == _doc.strSpace)
721
else if (lang == null && attr.Prefix == _doc.
strXml
&& attr.LocalName == _doc.strLang)
System\Xml\Dom\XmlNode.cs (2)
1145
if (Ref.Equal(doc.
strXml
, pref))
1226
return doc.
strXml
;