3 writes to _physicalPath
System.Web (3)
ErrorFormatter.cs (3)
1544
_physicalPath
= physicalPath;
1552
_physicalPath
= HostingEnvironment.MapPath(_virtualPath);
1554
_physicalPath
= _virtualPath;
3 references to _physicalPath
System.Web (3)
ErrorFormatter.cs (3)
1537
return GetSourceFileLines(
_physicalPath
, SourceFileEncoding, _sourceCode, _line);
1546
if (sourceCode == null &&
_physicalPath
== null && _virtualPath != null) {
1574
get { return
_physicalPath
;}