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