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)
566
if (
_condSectionDepth
> 0)
569
if (_validate && _currentEntityId != _condSectionEntityIds![
_condSectionDepth
])
582
if (
_condSectionDepth
!= 0)
615
if (
_condSectionDepth
!= 0)
1431
else if (_condSectionEntityIds.Length ==
_condSectionDepth
)
1437
_condSectionEntityIds[
_condSectionDepth
] = csEntityId;
System\Xml\Schema\DtdParserAsync.cs (6)
210
if (
_condSectionDepth
> 0)
213
if (_validate && _currentEntityId != _condSectionEntityIds![
_condSectionDepth
])
226
if (
_condSectionDepth
!= 0)
259
if (
_condSectionDepth
!= 0)
1053
else if (_condSectionEntityIds.Length ==
_condSectionDepth
)
1059
_condSectionEntityIds[
_condSectionDepth
] = csEntityId;