7 references to Key
System.Configuration (3)
System\Configuration\KeyValueConfigurationCollection.cs (2)
83KeyValueConfigurationElement oldValue = (KeyValueConfigurationElement)BaseGet(keyValue.Key); 123return ((KeyValueConfigurationElement)element).Key;
System\Configuration\KeyValueInternalCollection.cs (1)
23base.Add(element.Key, element.Value);
System.Web (4)
Hosting\ApplicationManager.cs (4)
1032if (element.Key != null && element.Key.Length > _clrQuirkAppSettingsAppContextPrefix.Length && element.Key.StartsWith(_clrQuirkAppSettingsAppContextPrefix, StringComparison.OrdinalIgnoreCase)) { 1039clrQuirks[element.Key.Substring(_clrQuirkAppSettingsAppContextPrefix.Length)] = value;