6 writes to ConfigurationPath
System.Web (6)
Hosting\IIS7WorkerRequest.cs (1)
1554
httpContext.
ConfigurationPath
= null;
HttpApplication.cs (2)
1641
context.
ConfigurationPath
= context.Request.ApplicationPathObject;
1709
context.
ConfigurationPath
= null;
HttpContext.cs (3)
513
ConfigurationPath
= null;
1554
ConfigurationPath
= null;
1585
ConfigurationPath
= null;
4 references to ConfigurationPath
System.Web (4)
Configuration\HttpCapabilitiesEvaluator.cs (1)
177
request.Context.
ConfigurationPath
, request.ClientTarget);
Configuration\MTConfigUtil.cs (1)
143
return GetConfig<S>(context.
ConfigurationPath
);
HttpApplication.cs (2)
3394
Debug.Assert(context.
ConfigurationPath
== context.Request.FilePathObject, "context.ConfigurationPath (" +
3395
context.
ConfigurationPath
+ ") != context.Request.FilePath (" + context.Request.FilePath + ")");