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)
1431
if (
_configurationPath
== null)
1434
return
_configurationPath
;
1453
if (
_configurationPath
== null) {
1459
_configurationPathData = CachedPathData.GetVirtualPathData(
_configurationPath
, true);
1471
if (
_configurationPath
!= null && path.Equals(
_configurationPath
)) {