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