3 writes to contentIndex
System.Xml (3)
System\Xml\Core\XsdCachingReader.cs (3)
75
contentIndex
= 0;
584
contentIndex
++;
597
contentIndex
++;
9 references to contentIndex
System.Xml (9)
System\Xml\Core\XsdCachingReader.cs (8)
389
if (currentContentIndex >=
contentIndex
) { //When positioned on the last cached node, switch back as the underlying coreReader is still positioned on this node
421
int endElementIndex =
contentIndex
- 2;
425
contentEvents[
contentIndex
- 1] = endElementNode;
580
Debug.Assert(
contentIndex
<= contentEvents.Length);
581
ValidatingReaderNodeData contentInfo = contentEvents[
contentIndex
];
587
if (
contentIndex
>= contentEvents.Length -1 ) { //reached capacity of array, Need to increase capacity to twice the initial
592
contentInfo = contentEvents[
contentIndex
];
595
contentEvents[
contentIndex
] = contentInfo;
System\Xml\Core\XsdCachingReaderAsync.cs (1)
73
if (currentContentIndex >=
contentIndex
) { //When positioned on the last cached node, switch back as the underlying coreReader is still positioned on this node