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