4 writes to condSectionDepth
System.Xml (4)
System\Xml\Schema\DtdParser.cs (2)
549condSectionDepth--; 1483condSectionDepth++;
System\Xml\Schema\DtdParserAsync.cs (2)
194condSectionDepth--; 1094condSectionDepth++;
12 references to condSectionDepth
System.Xml (12)
System\Xml\Schema\DtdParser.cs (6)
548if ( condSectionDepth > 0 ) { 551if ( validate && currentEntityId != condSectionEntityIds[condSectionDepth] ) { 562if ( condSectionDepth != 0 ) { 590if ( condSectionDepth != 0 ) { 1475else if ( condSectionEntityIds.Length == condSectionDepth ) { 1480condSectionEntityIds[condSectionDepth] = csEntityId;
System\Xml\Schema\DtdParserAsync.cs (6)
193if ( condSectionDepth > 0 ) { 196if ( validate && currentEntityId != condSectionEntityIds[condSectionDepth] ) { 207if ( condSectionDepth != 0 ) { 235if ( condSectionDepth != 0 ) { 1086else if ( condSectionEntityIds.Length == condSectionDepth ) { 1091condSectionEntityIds[condSectionDepth] = csEntityId;