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