11 overrides of GetElementKey
System.Configuration.ConfigurationManager (10)
System\Configuration\ConnectionStringSettingsCollection.cs (1)
69protected override object GetElementKey(ConfigurationElement element)
System\Configuration\DateTimeConfigurationCollection.cs (1)
45protected override object GetElementKey(ConfigurationElement element)
System\Configuration\KeyValueConfigurationCollection.cs (1)
67protected override object GetElementKey(ConfigurationElement element)
System\Configuration\NameValueConfigurationCollection.cs (1)
57protected override object GetElementKey(ConfigurationElement element)
System\Configuration\ProviderSettingsCollection.cs (1)
55protected override object GetElementKey(ConfigurationElement element)
System\Configuration\SchemeSettingElementCollection.cs (1)
49protected override object GetElementKey(ConfigurationElement element)
System\Configuration\SettingElementCollection.cs (1)
29protected override object GetElementKey(ConfigurationElement element)
System\Diagnostics\ListenerElementsCollection.cs (1)
23protected override object GetElementKey(ConfigurationElement element) => ((ListenerElement)element).Name;
System\Diagnostics\SourceElementsCollection.cs (1)
29protected override object GetElementKey(ConfigurationElement element) => ((SourceElement)element).Name;
System\Diagnostics\SwitchElementsCollection.cs (1)
17protected override object GetElementKey(ConfigurationElement element) => ((SwitchElement)element).Name;
System.Runtime.Caching (1)
System\Runtime\Caching\Configuration\MemoryCacheSettingsCollection.cs (1)
95protected override object GetElementKey(ConfigurationElement element)
1 reference to GetElementKey
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationElementCollection.cs (1)
1188object key = GetElementKey(element);