4 references to KEYWORD_LOCATION_PATH
System.Configuration (4)
System\Configuration\BaseConfigurationRecord.cs (3)
1818
string locationSubPathAttribute = xmlUtil.Reader.GetAttribute(
KEYWORD_LOCATION_PATH
);
1889
string locationSubPath = xmlUtil.Reader.GetAttribute(
KEYWORD_LOCATION_PATH
);
3275
case
KEYWORD_LOCATION_PATH
:
System\Configuration\MgmtConfigurationRecord.cs (1)
2811
string locationSubPathAttribute = reader.GetAttribute(
KEYWORD_LOCATION_PATH
);