4 writes to condSectionEntityIds
System.Xml (4)
System\Xml\Schema\DtdParser.cs (2)
1473
condSectionEntityIds
= new int[CondSectionEntityIdsInitialSize];
1478
condSectionEntityIds
= tmp;
System\Xml\Schema\DtdParserAsync.cs (2)
1084
condSectionEntityIds
= new int[CondSectionEntityIdsInitialSize];
1089
condSectionEntityIds
= tmp;
14 references to condSectionEntityIds
System.Xml (14)
System\Xml\Schema\DtdParser.cs (7)
551
if ( validate && currentEntityId !=
condSectionEntityIds
[condSectionDepth] ) {
1472
if (
condSectionEntityIds
== null ) {
1475
else if (
condSectionEntityIds
.Length == condSectionDepth ) {
1476
int[] tmp = new int[
condSectionEntityIds
.Length*2];
1477
Array.Copy(
condSectionEntityIds
, 0, tmp, 0,
condSectionEntityIds
.Length );
1480
condSectionEntityIds
[condSectionDepth] = csEntityId;
System\Xml\Schema\DtdParserAsync.cs (7)
196
if ( validate && currentEntityId !=
condSectionEntityIds
[condSectionDepth] ) {
1083
if (
condSectionEntityIds
== null ) {
1086
else if (
condSectionEntityIds
.Length == condSectionDepth ) {
1087
int[] tmp = new int[
condSectionEntityIds
.Length*2];
1088
Array.Copy(
condSectionEntityIds
, 0, tmp, 0,
condSectionEntityIds
.Length );
1091
condSectionEntityIds
[condSectionDepth] = csEntityId;