4 writes to _condSectionEntityIds
System.Private.Xml (4)
System\Xml\Schema\DtdParser.cs (2)
1429
_condSectionEntityIds
= new int[CondSectionEntityIdsInitialSize];
1435
_condSectionEntityIds
= tmp;
System\Xml\Schema\DtdParserAsync.cs (2)
1051
_condSectionEntityIds
= new int[CondSectionEntityIdsInitialSize];
1057
_condSectionEntityIds
= tmp;
14 references to _condSectionEntityIds
System.Private.Xml (14)
System\Xml\Schema\DtdParser.cs (7)
569
if (_validate && _currentEntityId !=
_condSectionEntityIds
![_condSectionDepth])
1427
if (
_condSectionEntityIds
== null)
1431
else if (
_condSectionEntityIds
.Length == _condSectionDepth)
1433
int[] tmp = new int[
_condSectionEntityIds
.Length * 2];
1434
Array.Copy(
_condSectionEntityIds
, tmp,
_condSectionEntityIds
.Length);
1437
_condSectionEntityIds
[_condSectionDepth] = csEntityId;
System\Xml\Schema\DtdParserAsync.cs (7)
213
if (_validate && _currentEntityId !=
_condSectionEntityIds
![_condSectionDepth])
1049
if (
_condSectionEntityIds
== null)
1053
else if (
_condSectionEntityIds
.Length == _condSectionDepth)
1055
int[] tmp = new int[
_condSectionEntityIds
.Length * 2];
1056
Array.Copy(
_condSectionEntityIds
, tmp,
_condSectionEntityIds
.Length);
1059
_condSectionEntityIds
[_condSectionDepth] = csEntityId;