21 references to Set
System.Private.Xml (21)
System\Xml\Core\XmlTextReaderImpl.cs (11)
5238valueChunkLineInfo.Set(_ps.LineNo, _ps.LinePos); 5350valueChunkLineInfo.Set(_ps.LineNo, _ps.LinePos); 6181_curNode.lineInfo.Set(_ps.lineNo, _ps.LinePos - 1); 8141_incReadLineInfo.Set(_ps.LineNo, _ps.LinePos); 8284_incReadLineInfo.Set(_ps.LineNo, _ps.LinePos); 8921_incReadLineInfo.Set(_curNode.LineNo, _curNode.LinePos); 8954_incReadLineInfo.Set(_curNode.LineNo, _curNode.LinePos); 9295attr.lineInfo.Set(lineNo, linePos); 9296attr.lineInfo2.Set(valueLineNo, valueLinePos); 9406_incReadLineInfo.Set(_ps.LineNo, _ps.LinePos); 9448_incReadLineInfo.Set(_curNode.LineNo, _curNode.LinePos);
System\Xml\Core\XmlTextReaderImplAsync.cs (6)
2744valueChunkLineInfo.Set(_ps.LineNo, _ps.LinePos); 2856valueChunkLineInfo.Set(_ps.LineNo, _ps.LinePos); 5290_incReadLineInfo.Set(_curNode.LineNo, _curNode.LinePos); 5320_incReadLineInfo.Set(_curNode.LineNo, _curNode.LinePos); 5403_incReadLineInfo.Set(_ps.LineNo, _ps.LinePos); 5448_incReadLineInfo.Set(_curNode.LineNo, _curNode.LinePos);
System\Xml\Core\XmlTextReaderImplHelpers.cs (2)
502lineInfo.Set(lineNo, linePos); 507lineInfo2.Set(lineNo, linePos);
System\Xml\Schema\DtdParser.cs (1)
2399_literalLineInfo.Set(LineNo, LinePos);
System\Xml\Schema\DtdParserAsync.cs (1)
1845_literalLineInfo.Set(LineNo, LinePos);