3 references to _clrQuirkAppSettingsAppContextPrefix
System.Web (3)
Hosting\ApplicationManager.cs (3)
1032
if (element.Key != null && element.Key.Length >
_clrQuirkAppSettingsAppContextPrefix
.Length && element.Key.StartsWith(
_clrQuirkAppSettingsAppContextPrefix
, StringComparison.OrdinalIgnoreCase)) {
1039
clrQuirks[element.Key.Substring(
_clrQuirkAppSettingsAppContextPrefix
.Length)] = value;