6 writes to currentContentIndex
System.Xml (6)
System\Xml\Core\XsdCachingReader.cs (4)
77
currentContentIndex
= -1;
337
currentContentIndex
= 0;
401
currentContentIndex
++;
541
currentContentIndex
= 0;
System\Xml\Core\XsdCachingReaderAsync.cs (2)
85
currentContentIndex
++;
122
currentContentIndex
= 0;
6 references to currentContentIndex
System.Xml (6)
System\Xml\Core\XsdCachingReader.cs (3)
389
if (
currentContentIndex
>= contentIndex) { //When positioned on the last cached node, switch back as the underlying coreReader is still positioned on this node
397
cachedNode = contentEvents[
currentContentIndex
];
398
if (
currentContentIndex
> 0) {
System\Xml\Core\XsdCachingReaderAsync.cs (3)
73
if (
currentContentIndex
>= contentIndex) { //When positioned on the last cached node, switch back as the underlying coreReader is still positioned on this node
81
cachedNode = contentEvents[
currentContentIndex
];
82
if (
currentContentIndex
> 0) {