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