2 writes to _configurationPath
System.Web (2)
HttpContext.cs (2)
1432_configurationPath = _request.FilePathObject; 1438_configurationPath = value;
6 references to _configurationPath
System.Web (6)
HttpContext.cs (6)
1431if (_configurationPath == null) 1434return _configurationPath; 1453if (_configurationPath == null) { 1459_configurationPathData = CachedPathData.GetVirtualPathData(_configurationPath, true); 1471if (_configurationPath != null && path.Equals(_configurationPath)) {