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