3 references to KEYWORD_LOCATION_ALLOWOVERRIDE
System.Configuration (3)
System\Configuration\BaseConfigurationRecord.cs (1)
3279
case
KEYWORD_LOCATION_ALLOWOVERRIDE
:
System\Configuration\MgmtConfigurationRecord.cs (1)
2838
string allowOverrideAttribute = reader.GetAttribute(
KEYWORD_LOCATION_ALLOWOVERRIDE
);
System\Configuration\OverrideMode.cs (1)
259
attrib = BaseConfigurationRecord.
KEYWORD_LOCATION_ALLOWOVERRIDE
;