2 writes to strDocumentName
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (2)
160strDocumentName = nt.GetOrAddEntry(s_nameTableSeeds[DocumentNameSeedIndex].key, s_nameTableSeeds[DocumentNameSeedIndex].hash); 179strDocumentName = customNameTable.Add(DocumentName);
2 references to strDocumentName
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (2)
393get { return strDocumentName; } 399get { return strDocumentName; }