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