2 writes to strCDataSectionName
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (2)
165
strCDataSectionName
= nt.GetOrAddEntry(s_nameTableSeeds[CDataSectionNameSeedIndex].key, s_nameTableSeeds[CDataSectionNameSeedIndex].hash);
184
strCDataSectionName
= customNameTable.Add(CDataSectionName);
2 references to strCDataSectionName
System.Private.Xml (2)
System\Xml\Dom\XmlCDataSection.cs (2)
22
return OwnerDocument!.
strCDataSectionName
;
31
return OwnerDocument!.
strCDataSectionName
;