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