14 references to LineNumber
Microsoft.Build (1)
ExceptionHandling.cs (1)
205line = schemaException.LineNumber;
Microsoft.Build.Engine.OM.UnitTests (1)
ExceptionHandling.cs (1)
205line = schemaException.LineNumber;
Microsoft.Build.Tasks.Core (1)
ExceptionHandling.cs (1)
205line = schemaException.LineNumber;
Microsoft.Build.Utilities.Core (1)
ExceptionHandling.cs (1)
205line = schemaException.LineNumber;
Microsoft.DotNet.XliffTasks (1)
Tasks\TranslateSource.cs (1)
30Log.LogErrorInFile(XlfFile.ItemSpec, validationError.LineNumber, validationError.Message);
MSBuild (3)
ExceptionHandling.cs (1)
205line = schemaException.LineNumber;
ProjectSchemaValidationHandler.cs (2)
150e.LineNumber, 267args.Exception.LineNumber,
MSBuildTaskHost (1)
ExceptionHandling.cs (1)
205line = schemaException.LineNumber;
System.Private.Xml (5)
System\Xml\Schema\Preprocessor.cs (1)
395SendValidationEvent(SR.Sch_CannotLoadSchemaLocation, schemaLocation, e.Message, e.SourceUri, e.LineNumber, e.LinePosition);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
240SendValidationEventNoThrow(new XmlSchemaException(SR.Sch_CannotLoadSchema, new string[] { schemaLocation, e.Message }, e.SourceUri, e.LineNumber, e.LinePosition), XmlSeverityType.Error);
System\Xml\Schema\XmlSchemaValidator.cs (1)
2842SendValidationEvent(new XmlSchemaValidationException(e.GetRes, e.Args, e.SourceUri, e.LineNumber, e.LinePosition), XmlSeverityType.Error);
System\Xml\Serialization\XmlSchemas.cs (2)
694if (exception.LineNumber == 0 && exception.LinePosition == 0) 712throw new InvalidOperationException(SR.Format(SR.XmlSchemaSyntaxErrorDetails, ns, message, exception.LineNumber, exception.LinePosition), exception);