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