4 writes to LineNumber
System.Web.Mobile (4)
Mobile\MobileErrorInfo.cs (4)
71
this.
LineNumber
= error.Line.ToString(CultureInfo.InvariantCulture);
77
this.
LineNumber
= SR.GetString(SR.MobileErrorInfo_Unknown);
91
this.
LineNumber
= parseException.Line.ToString(CultureInfo.InvariantCulture);
268
this.
LineNumber
= TrimAndClean(match.Result("${linenumber}"));
1 reference to LineNumber
System.Web.Mobile (1)
UI\MobileControls\ErrorFormatterPage.cs (1)
127
label.Text = SR.GetString(SR.ErrorFormatterPage_Line, ErrorInfo.
LineNumber
);