5 references to NormalizeLocationSubPath
System.Configuration (5)
System\Configuration\BaseConfigurationRecord.cs (3)
1821locationSubPathAttribute = NormalizeLocationSubPath(locationSubPathAttribute, xmlUtil); 1892locationSubPath = NormalizeLocationSubPath(locationSubPath, xmlUtil); 3324locationSubPath = NormalizeLocationSubPath(locationSubPath, xmlUtil);
System\Configuration\Internal\InternalConfigConfigurationFactory.cs (1)
33return BaseConfigurationRecord.NormalizeLocationSubPath(subPath, errorInfo);
System\Configuration\MgmtConfigurationRecord.cs (1)
2812locationSubPathAttribute = NormalizeLocationSubPath(locationSubPathAttribute, xmlUtil);