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