1 write to endIndex
System.Xml (1)
System\Xml\Core\IncrementalReadDecoders.cs (1)
110this.endIndex = index + count;
3 references to endIndex
System.Xml (3)
System\Xml\Core\IncrementalReadDecoders.cs (3)
57return curIndex == endIndex; 69int copyCount = endIndex - curIndex; 87int copyCount = endIndex - curIndex;