1 write to _excep
System.Web (1)
ErrorFormatter.cs (1)
1600
_excep
= excep;
7 references to _excep
System.Web (7)
ErrorFormatter.cs (7)
1604
get { return
_excep
; }
1635
CompilerResults results =
_excep
.ResultsWithoutDemand;
1649
CompilerError e =
_excep
.FirstCompileError;
1675
sb.Append(FormatterWithFileInfo.GetSourceFileLines(e.FileName, Encoding.Default,
_excep
.SourceCodeWithoutDemand, e.Line));
1732
sb.Append(FormatterWithFileInfo.GetSourceFileLines(e.FileName, Encoding.Default,
_excep
.SourceCodeWithoutDemand, e.Line));
1761
if (
_excep
.SourceCodeWithoutDemand != null &&
1768
string[] sourceLines =
_excep
.SourceCodeWithoutDemand.Split('\n');