2 writes to strDocumentFragmentName
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (2)
162
strDocumentFragmentName
= nt.GetOrAddEntry(s_nameTableSeeds[DocumentFragmentNameSeedIndex].key, s_nameTableSeeds[DocumentFragmentNameSeedIndex].hash);
181
strDocumentFragmentName
= customNameTable.Add(DocumentFragmentName);
2 references to strDocumentFragmentName
System.Private.Xml (2)
System\Xml\Dom\XmlDocumentFragment.cs (2)
59
get { return OwnerDocument!.
strDocumentFragmentName
; }
65
get { return OwnerDocument!.
strDocumentFragmentName
; }