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