19 overrides of GetElementKey
Microsoft.Build (3)
ToolsetElement.cs (3)
232protected override object GetElementKey(ConfigurationElement element) 444protected override object GetElementKey(ConfigurationElement element) 586protected override object GetElementKey(ConfigurationElement element)
Microsoft.Build.Engine (2)
Engine\ToolsetConfigurationReader.cs (2)
310protected override object GetElementKey(ConfigurationElement element) 475protected override object GetElementKey(ConfigurationElement element)
Microsoft.Build.Utilities.Core (3)
ToolsetElement.cs (3)
232protected override object GetElementKey(ConfigurationElement element) 444protected override object GetElementKey(ConfigurationElement element) 586protected override object GetElementKey(ConfigurationElement element)
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)
1191object key = GetElementKey(element);