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