12 references to RootWebConfigPath
System.Web (12)
CachedPathData.cs (2)
107return GetConfigPathData(WebConfigurationHost.RootWebConfigPath); 159s_appConfigPathLength = (HostingEnvironment.IsHosted) ? HostingEnvironment.AppConfigPath.Length : WebConfigurationHost.RootWebConfigPath.Length;
Configuration\RemoteWebConfigurationHostServer.cs (1)
190filePaths.Add(WebConfigurationHost.RootWebConfigPath);
Configuration\WebConfigurationHost.cs (9)
43private static readonly string RootWebConfigPathAndPathSeparator = RootWebConfigPath + PathSeparator; 104configPath = RootWebConfigPath; 304return configPath.Length == RootWebConfigPath.Length; 309return configPath.Length > RootWebConfigPath.Length; 333int indexStart = RootWebConfigPath.Length + 1; 356int indexStart = RootWebConfigPath.Length + 1; 389return RootWebConfigPath; 572return configPath.Length <= RootWebConfigPath.Length; 664locationConfigPath = CombineConfigPath(RootWebConfigPath, locationSubPath);