1 write to _physicalPath
System.Web (1)
ErrorFormatter.cs (1)
1108
_physicalPath
= fileName;
6 references to _physicalPath
System.Web (6)
ErrorFormatter.cs (6)
950
if (
_physicalPath
== null) {
1001
return FormatterWithFileInfo.GetSourceFileLines(
_physicalPath
, Encoding.Default, null, _line);
1007
get { return (
_physicalPath
== null);}
1107
if (
_physicalPath
== null && FileUtil.FileExists(fileName)) {
1159
get { return
_physicalPath
!= null; }
1163
get { return
_physicalPath
; }