8 references to LinePosition
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
414
SendValidationEvent(ResXml.Sch_CannotLoadSchemaLocation, schemaLocation, e.Message, e.SourceUri, e.LineNumber, e.
LinePosition
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
245
SendValidationEventNoThrow(new XmlSchemaException(ResXml.Sch_CannotLoadSchema, new string[] { schemaLocation, e.Message }, e.SourceUri, e.LineNumber, e.
LinePosition
), XmlSeverityType.Error);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
2852
SendValidationEvent(new XmlSchemaValidationException(e.GetRes, e.Args, e.SourceUri, e.LineNumber, e.
LinePosition
), XmlSeverityType.Error);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (2)
800
if (exception.LineNumber == 0 && exception.
LinePosition
== 0)
818
throw new InvalidOperationException(string.Format(ResXml.XmlSchemaSyntaxErrorDetails, ns, message, exception.LineNumber, exception.
LinePosition
), exception);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SchemaHelper.cs (1)
148
warning = new MetadataConversionError(string.Format(SRServiceModel.SchemaValidationError, ex.SourceUri, ex.LineNumber, ex.
LinePosition
, ex.Message));
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
62
s_warnings.Add(string.Format(ResWebServices.WsdlInstanceValidationDetails, args.Message, args.Exception.LineNumber.ToString(CultureInfo.InvariantCulture), args.Exception.
LinePosition
.ToString(CultureInfo.InvariantCulture)));
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (1)
179
throw new InvalidOperationException(string.Format(ResWebServices.WsdlInstanceValidationDetails, args.Message, args.Exception.LineNumber.ToString(CultureInfo.InvariantCulture), args.Exception.
LinePosition
.ToString(CultureInfo.InvariantCulture)));