24 references to LineNumber
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XamlParser.cs (1)
227lineNumber = xmlEx.LineNumber;
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
428RethrowAsParseException(e.Message, e.LineNumber, e.LinePosition, e);
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlReader.cs (1)
438return new XamlParseException(xe.Message, xe.LineNumber, xe.LinePosition, baseUri, baseException);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.SerializationHelpers.cs (1)
147errorInfo = new XamlLoadErrorInfo(xmlEx.Message, xmlEx.LineNumber, xmlEx.LinePosition);
System.Configuration (2)
System\Configuration\ExceptionUtil.cs (2)
74if (xe.LineNumber != 0) { 75line = xe.LineNumber;
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.SerializationHelpers.cs (1)
147errorInfo = new XamlLoadErrorInfo(xmlEx.Message, xmlEx.LineNumber, xmlEx.LinePosition);
System.Data.Entity (1)
System\Data\Mapping\StorageMappingItemLoader.cs (1)
219, (int)StorageMappingErrorCode.XmlSchemaParsingError, EdmSchemaErrorSeverity.Error, m_sourceLocation, xmlException.LineNumber, xmlException.LinePosition);
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
240new SourceLineInfo(ex.SourceUri, ex.LineNumber, ex.LinePosition, ex.LineNumber, ex.LinePosition) :
System.Web (8)
Compilation\AssemblyBuilder.cs (1)
485buildProvider.VirtualPath, null /*sourceCode*/, e.LineNumber);
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);
UI\WebControls\xml.cs (2)
73if (e.LineNumber >= 0) { 74Line = e.LineNumber;
XmlSiteMapProvider.cs (1)
273e, sourceFile, e.LineNumber);
System.Web.Extensions (1)
Compilation\WCFModel\ProxyGenerationError.cs (1)
100m_LineNumber = errorException.LineNumber;
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
143throw new WorkflowMarkupSerializationException(xmlException.Message, xmlException, xmlException.LineNumber, xmlException.LinePosition);
System.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (2)
2499curNode.SetLineInfo( xmlEx.LineNumber, xmlEx.LinePosition ); 7826ReThrow( e, e.LineNumber, e.LinePosition - 6 ); // 6 == strlen( "<?xml " );
System\Xml\Schema\DtdParser.cs (1)
2517Throw( Res.Xml_ErrorParsingEntityName, string.Empty, e.LineNumber, e.LinePosition );
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (1)
626XamlBuildTaskServices.LogException(this.BuildLogger, e.Message, xamlFileName, e.LineNumber, e.LinePosition);