7 writes to end
System.Private.Xml (7)
System\Xml\Xsl\Xslt\XsltInput.cs (7)
191
rec.
end
= new Location(_readerLineInfo.LineNumber, _readerLineInfo.LinePosition - PositionAdjustment(_reader.NodeType));
194
rec.
end
= new Location(rec.start.Line, int.MaxValue);
238
rec.
end
= new Location(line, pos + (isCDATA ? 3 : 0));
264
rec.
end
= new Location(_readerLineInfo.LineNumber, _readerLineInfo.LinePosition + 1);
308
rec.
end
= new Location(rec.start.Line, rec.start.Pos + nameLength + 1);
334
rec.
end
= new Location(_readerLineInfo.LineNumber, _readerLineInfo.LinePosition + correction);
337
rec.
end
= new Location(rec.start.Line, int.MaxValue);
3 references to end
System.Private.Xml (3)
System\Xml\Xsl\Xslt\XsltInput.cs (3)
70
public Location End { get { return _records[_currentRecord].
end
; } }
192
if (_reader.BaseURI != rec.baseUri || rec.
end
.LessOrEqual(rec.start))
335
if (_reader.BaseURI != rec.baseUri || rec.
end
.LessOrEqual(rec.valueStart))