5 references to NormalizeLocationSubPath
System.Configuration.ConfigurationManager (5)
System\Configuration\BaseConfigurationRecord.cs (3)
1400NormalizeLocationSubPath(locationSubPathAttribute, xmlUtil); 1465locationSubPath = NormalizeLocationSubPath(locationSubPath, xmlUtil); 2765locationSubPath = NormalizeLocationSubPath(locationSubPath, xmlUtil);
System\Configuration\Internal\InternalConfigConfigurationFactory.cs (1)
19return BaseConfigurationRecord.NormalizeLocationSubPath(subPath, errorInfo);
System\Configuration\MgmtConfigurationRecord.cs (1)
2690locationSubPathAttribute = NormalizeLocationSubPath(locationSubPathAttribute, xmlUtil);