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