21 references to Set
System.Private.Xml (21)
System\Xml\Core\XmlTextReaderImpl.cs (11)
5228valueChunkLineInfo.Set(_ps.LineNo, _ps.LinePos); 5340valueChunkLineInfo.Set(_ps.LineNo, _ps.LinePos); 6171_curNode.lineInfo.Set(_ps.lineNo, _ps.LinePos - 1); 8131_incReadLineInfo.Set(_ps.LineNo, _ps.LinePos); 8274_incReadLineInfo.Set(_ps.LineNo, _ps.LinePos); 8911_incReadLineInfo.Set(_curNode.LineNo, _curNode.LinePos); 8944_incReadLineInfo.Set(_curNode.LineNo, _curNode.LinePos); 9285attr.lineInfo.Set(lineNo, linePos); 9286attr.lineInfo2.Set(valueLineNo, valueLinePos); 9396_incReadLineInfo.Set(_ps.LineNo, _ps.LinePos); 9438_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)
501lineInfo.Set(lineNo, linePos); 506lineInfo2.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);