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