2 writes to _condSectionEntityIds
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (2)
1453
_condSectionEntityIds
= new int[CondSectionEntityIdsInitialSize];
1459
_condSectionEntityIds
= tmp;
7 references to _condSectionEntityIds
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (7)
581
if (_validate && _currentEntityId !=
_condSectionEntityIds
[_condSectionDepth])
1451
if (
_condSectionEntityIds
== null)
1455
else if (
_condSectionEntityIds
.Length == _condSectionDepth)
1457
int[] tmp = new int[
_condSectionEntityIds
.Length * 2];
1458
Array.Copy(
_condSectionEntityIds
, 0, tmp, 0,
_condSectionEntityIds
.Length);
1461
_condSectionEntityIds
[_condSectionDepth] = csEntityId;