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