2 writes to strTextName
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (2)
164strTextName = nt.GetOrAddEntry(s_nameTableSeeds[TextNameSeedIndex].key, s_nameTableSeeds[TextNameSeedIndex].hash); 183strTextName = customNameTable.Add(TextName);
2 references to strTextName
System.Private.Xml (2)
System\Xml\Dom\XmlText.cs (2)
26return OwnerDocument!.strTextName; 35return OwnerDocument!.strTextName;