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)
569if (_validate && _currentEntityId != _condSectionEntityIds![_condSectionDepth]) 1427if (_condSectionEntityIds == null) 1431else if (_condSectionEntityIds.Length == _condSectionDepth) 1433int[] tmp = new int[_condSectionEntityIds.Length * 2]; 1434Array.Copy(_condSectionEntityIds, tmp, _condSectionEntityIds.Length); 1437_condSectionEntityIds[_condSectionDepth] = csEntityId;
System\Xml\Schema\DtdParserAsync.cs (7)
213if (_validate && _currentEntityId != _condSectionEntityIds![_condSectionDepth]) 1049if (_condSectionEntityIds == null) 1053else if (_condSectionEntityIds.Length == _condSectionDepth) 1055int[] tmp = new int[_condSectionEntityIds.Length * 2]; 1056Array.Copy(_condSectionEntityIds, tmp, _condSectionEntityIds.Length); 1059_condSectionEntityIds[_condSectionDepth] = csEntityId;