1 write to s_appConfigPathLength
System.Web (1)
CachedPathData.cs (1)
159s_appConfigPathLength = (HostingEnvironment.IsHosted) ? HostingEnvironment.AppConfigPath.Length : WebConfigurationHost.RootWebConfigPath.Length;
2 references to s_appConfigPathLength
System.Web (2)
CachedPathData.cs (2)
157if (s_appConfigPathLength == 0) { 162return (configPath.Length > s_appConfigPathLength);