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