4 writes to File
System.Web.Mobile (4)
Mobile\MobileErrorInfo.cs (4)
72this.File = error.FileName; 78this.File = SR.GetString(SR.MobileErrorInfo_Unknown); 92this.File = parseException.FileName; 267this.File = TrimAndClean(match.Result("${file}"));
2 references to File
System.Web.Mobile (2)
UI\MobileControls\ErrorFormatterPage.cs (2)
118if (ErrorInfo.File.Length > 0) 123label.Text = SR.GetString(SR.ErrorFormatterPage_File, ErrorInfo.File);