28 references to WebLevel
System.Web (28)
Configuration\RemoteWebConfigurationHost.cs (2)
53
WebLevel
webLevel = (
WebLevel
) hostInitConfigurationParams[0];
Configuration\RemoteWebConfigurationHostServer.cs (3)
158
WebLevel
webLevel = (
WebLevel
) webLevelAsInt;
189
if (webLevel !=
WebLevel
.Machine) {
Configuration\WebConfigurationHost.cs (6)
85
static internal void GetConfigPaths(IConfigMapPath configMapPath,
WebLevel
webLevel, VirtualPath virtualPath, string site, string locationSubPath,
92
if (webLevel ==
WebLevel
.Machine || virtualPath == null) {
100
if (webLevel ==
WebLevel
.Machine) {
243
WebLevel
webLevel = (
WebLevel
) hostInitConfigurationParams[0];
844
WebLevel
webLevel, ConfigurationFileMap fileMap, VirtualPath path, string site, string locationSubPath,
Configuration\WebConfigurationManager.cs (17)
64
WebLevel
webLevel, ConfigurationFileMap fileMap, string path, string site, string locationSubPath,
100
return OpenWebConfigurationImpl(
WebLevel
.Machine, null, null, null, null,
105
return OpenWebConfigurationImpl(
WebLevel
.Machine, null, null, null, locationSubPath,
110
return OpenWebConfigurationImpl(
WebLevel
.Machine, null, null, null, locationSubPath,
115
return OpenWebConfigurationImpl(
WebLevel
.Machine, null, null, null, locationSubPath,
121
return OpenWebConfigurationImpl(
WebLevel
.Machine, null, null, null, locationSubPath,
126
return OpenWebConfigurationImpl(
WebLevel
.Machine, fileMap, null, null, null,
131
return OpenWebConfigurationImpl(
WebLevel
.Machine, fileMap, null, null, locationSubPath,
139
return OpenWebConfigurationImpl(
WebLevel
.Path, null, path, null, null,
144
return OpenWebConfigurationImpl(
WebLevel
.Path, null, path, site, null,
149
return OpenWebConfigurationImpl(
WebLevel
.Path, null, path, site, locationSubPath,
154
return OpenWebConfigurationImpl(
WebLevel
.Path, null, path, site, locationSubPath,
159
return OpenWebConfigurationImpl(
WebLevel
.Path, null, path, site, locationSubPath,
165
return OpenWebConfigurationImpl(
WebLevel
.Path, null, path, site, locationSubPath,
170
return OpenWebConfigurationImpl(
WebLevel
.Path, fileMap, path, null, null,
175
return OpenWebConfigurationImpl(
WebLevel
.Path, fileMap, path, site, null,
180
return OpenWebConfigurationImpl(
WebLevel
.Path, fileMap, path, site, locationSubPath,