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