1 write to _sourceFilePath
System.Web (1)
ErrorFormatter.cs (1)
1686
_sourceFilePath
= GetSafePath(e.FileName);
2 references to _sourceFilePath
System.Web (2)
ErrorFormatter.cs (2)
1687
sb.Append(HttpUtility.HtmlEncode(
_sourceFilePath
));
1793
get { return
_sourceFilePath
;}