1 write to LinePos
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
62
this.
LinePos
= linePos;
4 references to LinePos
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (1)
491
SendValidationEvent(new XmlSchemaException(ResXml.Sch_UndeclaredId, next.Id, reader.BaseURI, next.LineNo, next.
LinePos
));
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (1)
685
SendValidationEvent(new XmlSchemaException(ResXml.Sch_UndeclaredId, next.Id, reader.BaseURI, next.LineNo, next.
LinePos
));
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
2048
SendValidationEvent(new XmlSchemaValidationException(ResXml.Sch_UndeclaredId, next.Id, _sourceUriString, next.LineNo, next.
LinePos
), XmlSeverityType.Error);
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
833
SendValidationEvent(new XmlSchemaException(ResXml.Sch_UndeclaredId, next.Id, reader.BaseURI, next.LineNo, next.
LinePos
));