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)
581if (_validate && _currentEntityId != _condSectionEntityIds[_condSectionDepth]) 1451if (_condSectionEntityIds == null) 1455else if (_condSectionEntityIds.Length == _condSectionDepth) 1457int[] tmp = new int[_condSectionEntityIds.Length * 2]; 1458Array.Copy(_condSectionEntityIds, 0, tmp, 0, _condSectionEntityIds.Length); 1461_condSectionEntityIds[_condSectionDepth] = csEntityId;