4 references to ConfigKey
System.Configuration (4)
System\Configuration\BaseConfigurationRecord.cs (3)
460string configKey = locationSectionRecord.SectionXmlInfo.ConfigKey; 4535Debug.Assert(x.SectionXmlInfo.ConfigKey == y.SectionXmlInfo.ConfigKey);
System\Configuration\LocationSectionRecord.cs (1)
29get {return _sectionXmlInfo.ConfigKey;}