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