2 writes to positionInfo
System.Xml (2)
System\Xml\Schema\Parser.cs (1)
63positionInfo = PositionInfo.GetPositionInfo(reader);
System\Xml\Schema\ParserAsync.cs (1)
23positionInfo = PositionInfo.GetPositionInfo(reader);
4 references to positionInfo
System.Xml (4)
System\Xml\Schema\Parser.cs (2)
80throw new XmlSchemaException(code, reader.BaseURI, positionInfo.LineNumber, positionInfo.LinePosition);
System\Xml\Schema\ParserAsync.cs (2)
40throw new XmlSchemaException(code, reader.BaseURI, positionInfo.LineNumber, positionInfo.LinePosition);