21 references to BitSet
System.Private.Xml (21)
System\Xml\Schema\ContentValidator.cs (19)
500context.lastposLeft = new BitSet(lastpos.Count); 511context.firstposRight = new BitSet(firstpos.Count); 601BitSet firstPosTemp = new BitSet(firstpos.Count); 602BitSet lastPosTemp = new BitSet(lastpos.Count); 610BitSet firstPosTemp = new BitSet(firstpos.Count); 611BitSet lastPosTemp = new BitSet(lastpos.Count); 1259BitSet firstpos = new BitSet(positionsCount); 1260BitSet lastpos = new BitSet(positionsCount); 1264followpos[i] = new BitSet(positionsCount); 1315posWithRangeTerminals = new BitSet(positionsCount); 1329BitSet tempFollowPos = new BitSet(positionsCount); 1387BitSet newSet = new BitSet(_positions!.Count); //Doing work again 1448stateTable.Add(new BitSet(positionsCount), -1); 1476BitSet newset = new BitSet(positionsCount); 1703context.CurPos[1] = new BitSet(_firstpos.Count); 2043expectedPos = new BitSet(_positions.Count); 2086expectedPos = new BitSet(_positions.Count); 2122_isRequired = new BitSet(size); 2150context.AllElementsSet = new BitSet(_elements.Count);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1518BitSet map = new BitSet(baseAll.Items.Count);
System\Xml\Schema\SchemaSetCompiler.cs (1)
1884BitSet map = new BitSet(baseAll.Items.Count);