14 references to LinePosition
Microsoft.Build (1)
ExceptionHandling.cs (1)
205column = schemaException.LinePosition;
Microsoft.Build.Engine.OM.UnitTests (1)
ExceptionHandling.cs (1)
205column = schemaException.LinePosition;
Microsoft.Build.Tasks.Core (1)
ExceptionHandling.cs (1)
205column = schemaException.LinePosition;
Microsoft.Build.Utilities.Core (1)
ExceptionHandling.cs (1)
205column = schemaException.LinePosition;
MSBuild (3)
ExceptionHandling.cs (1)
205column = schemaException.LinePosition;
ProjectSchemaValidationHandler.cs (2)
152e.LinePosition, 269args.Exception.LinePosition,
MSBuildTaskHost (1)
ExceptionHandling.cs (1)
205column = schemaException.LinePosition;
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);
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
47s_warnings.Add(SR.Format(SR.WsdlInstanceValidationDetails, args.Message, args.Exception.LineNumber.ToString(CultureInfo.InvariantCulture), args.Exception.LinePosition.ToString(CultureInfo.InvariantCulture)));