2 writes to strCommentName
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (2)
163
strCommentName
= nt.GetOrAddEntry(s_nameTableSeeds[CommentNameSeedIndex].key, s_nameTableSeeds[CommentNameSeedIndex].hash);
182
strCommentName
= customNameTable.Add(CommentName);
2 references to strCommentName
System.Private.Xml (2)
System\Xml\Dom\XmlComment.cs (2)
19
get { return OwnerDocument!.
strCommentName
; }
25
get { return OwnerDocument!.
strCommentName
; }