2 writes to rowOffsets
System.Runtime.Serialization (2)
System\Xml\XmlUTF8TextReader.cs (2)
340
rowOffsets
= null;
1184
rowOffsets
= BufferReader.GetRows();
4 references to rowOffsets
System.Runtime.Serialization (4)
System\Xml\XmlUTF8TextReader.cs (4)
1182
if (
rowOffsets
== null)
1190
while (j <
rowOffsets
.Length - 1 &&
rowOffsets
[j + 1] < offset)
1194
column = offset -
rowOffsets
[j] + 1;