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