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