2 writes to _condSectionDepth
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (2)
580
_condSectionDepth
--;
1463
_condSectionDepth
++;
6 references to _condSectionDepth
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (6)
578
if (
_condSectionDepth
> 0)
581
if (_validate && _currentEntityId != _condSectionEntityIds[
_condSectionDepth
])
594
if (
_condSectionDepth
!= 0)
627
if (
_condSectionDepth
!= 0)
1455
else if (_condSectionEntityIds.Length ==
_condSectionDepth
)
1461
_condSectionEntityIds[
_condSectionDepth
] = csEntityId;