14 references to LinePos
System.Xml (14)
System\Xml\Core\XmlTextReaderImpl.cs (11)
1439switch ( HandleGeneralEntityReference( curNode.localName, true, true, curNode.LinePos ) ) { 1456switch ( HandleGeneralEntityReference( curNode.localName, false, true, curNode.LinePos ) ) { 1829return curNode.LinePos; 4082SendValidationEvent( XmlSeverityType.Error, Res.Sch_StandAloneNormalization, attr.GetNameWPrefix( nameTable ), attr.LineNo, attr.LinePos ); 4110SendValidationEvent( XmlSeverityType.Error, Res.Sch_UnSpecifiedDefaultAttributeInExternalStandalone, qname, curNode.LineNo, curNode.LinePos ); 4572Throw( Res.Xml_DupAttributeName, nodes[j].GetNameWPrefix( nameTable ), nodes[j].LineNo, nodes[j].LinePos ); 4588Throw( Res.Xml_DupAttributeName, attr2.GetNameWPrefix( nameTable ), attr2.LineNo, attr2.LinePos ); 7007Throw( Res.Xml_UnknownNs, node.prefix, node.LineNo, node.LinePos ); 7965incReadLineInfo.Set( curNode.LineNo, curNode.LinePos ); 7991incReadLineInfo.Set( curNode.LineNo, curNode.LinePos ); 8417incReadLineInfo.Set( curNode.LineNo, curNode.LinePos );
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
4919incReadLineInfo.Set( curNode.LineNo, curNode.LinePos ); 4945incReadLineInfo.Set( curNode.LineNo, curNode.LinePos ); 5058incReadLineInfo.Set( curNode.LineNo, curNode.LinePos );