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