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