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