21 references to BitSet
System.Xml (21)
System\Xml\Schema\ContentValidator.cs (19)
462
context.lastposLeft = new
BitSet
(lastpos.Count);
471
context.firstposRight = new
BitSet
(firstpos.Count);
573
BitSet firstPosTemp = new
BitSet
(firstpos.Count);
574
BitSet lastPosTemp = new
BitSet
(lastpos.Count);
582
BitSet firstPosTemp = new
BitSet
(firstpos.Count);
583
BitSet lastPosTemp = new
BitSet
(lastpos.Count);
1164
BitSet firstpos = new
BitSet
(positionsCount);
1165
BitSet lastpos = new
BitSet
(positionsCount);
1168
followpos[i] = new
BitSet
(positionsCount);
1215
posWithRangeTerminals = new
BitSet
(positionsCount);
1227
BitSet tempFollowPos = new
BitSet
(positionsCount);
1274
BitSet newSet = new
BitSet
(positions.Count); //Doing work again
1326
stateTable.Add(new
BitSet
(positionsCount), -1);
1351
BitSet newset = new
BitSet
(positionsCount);
1537
context.CurPos[1] = new
BitSet
(firstpos.Count);
1863
expectedPos = new
BitSet
(positions.Count);
1898
expectedPos = new
BitSet
(positions.Count);
1927
isRequired = new
BitSet
(size);
1950
context.AllElementsSet = new
BitSet
(elements.Count); //
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1205
BitSet map = new
BitSet
(baseAll.Items.Count);
System\Xml\Schema\SchemaSetCompiler.cs (1)
1492
BitSet map = new
BitSet
(baseAll.Items.Count);