24 references to LineNumber
PresentationBuildTasks (2)
PresentationFramework (1)
System.Activities.Presentation (1)
System.Configuration (2)
System.Data (1)
System.Data.Entity (1)
System.Data.SqlXml (2)
System.Web (8)
Configuration\BrowserCapabilitiesCodeGenerator.cs (4)
483throw new HttpParseException(e.Message, null /*innerException*/, virtualDir + "/" + NoPathFileName(fileName), null /*sourceCode*/, e.LineNumber);
486throw new HttpParseException(e.Message, null /*innerException*/, fileName, null /*sourceCode*/, e.LineNumber);
592throw new HttpParseException(e.Message, null /*innerException*/, virtualDir + "/" + NoPathFileName(fileName), null /*sourceCode*/, e.LineNumber);
595throw new HttpParseException(e.Message, null /*innerException*/, fileName, null /*sourceCode*/, e.LineNumber);
System.Web.Extensions (1)
System.Workflow.ComponentModel (1)
System.Xml (3)
XamlBuildTask (1)