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