4 writes to _condSectionDepth
System.Private.Xml (4)
System\Xml\Schema\DtdParser.cs (2)
568_condSectionDepth--; 1439_condSectionDepth++;
System\Xml\Schema\DtdParserAsync.cs (2)
212_condSectionDepth--; 1061_condSectionDepth++;
12 references to _condSectionDepth
System.Private.Xml (12)
System\Xml\Schema\DtdParser.cs (6)
566if (_condSectionDepth > 0) 569if (_validate && _currentEntityId != _condSectionEntityIds![_condSectionDepth]) 582if (_condSectionDepth != 0) 615if (_condSectionDepth != 0) 1431else if (_condSectionEntityIds.Length == _condSectionDepth) 1437_condSectionEntityIds[_condSectionDepth] = csEntityId;
System\Xml\Schema\DtdParserAsync.cs (6)
210if (_condSectionDepth > 0) 213if (_validate && _currentEntityId != _condSectionEntityIds![_condSectionDepth]) 226if (_condSectionDepth != 0) 259if (_condSectionDepth != 0) 1053else if (_condSectionEntityIds.Length == _condSectionDepth) 1059_condSectionEntityIds[_condSectionDepth] = csEntityId;