7 writes to end
System.Data.SqlXml (7)
System\Xml\Xsl\Xslt\XsltInput.cs (7)
173
rec.
end
= new Location(readerLineInfo.LineNumber, readerLineInfo.LinePosition - PositionAdjustment(reader.NodeType));
175
rec.
end
= new Location(rec.start.Line, int.MaxValue);
214
rec.
end
= new Location(line, pos + (isCDATA ? 3 : 0));
239
rec.
end
= new Location(readerLineInfo.LineNumber, readerLineInfo.LinePosition + 1);
274
rec.
end
= new Location(rec.start.Line, rec.start.Pos + nameLength + 1);
297
rec.
end
= new Location(readerLineInfo.LineNumber, readerLineInfo.LinePosition + correction);
299
rec.
end
= new Location(rec.start.Line, int.MaxValue);
3 references to end
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\XsltInput.cs (3)
74
public Location End { get { return records[currentRecord].
end
; } }
174
if (reader.BaseURI != rec.baseUri || rec.
end
.LessOrEqual(rec.start)) {
298
if (reader.BaseURI != rec.baseUri || rec.
end
.LessOrEqual(rec.valueStart)) {