4 references to SourceCodeWithoutDemand
System.Web (4)
ErrorFormatter.cs (4)
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');