1 write to _PathMap
System.Web (1)
Configuration\RemoteWebConfigurationHost.cs (1)
76
_PathMap
= new Hashtable(StringComparer.OrdinalIgnoreCase);
2 references to _PathMap
System.Web (2)
Configuration\RemoteWebConfigurationHost.cs (2)
147
_PathMap
.Add(configPathTemp, physicalFilePath);
196
return (string)
_PathMap
[configPath];