21 references to BitSet
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (19)
548context.lastposLeft = new BitSet(lastpos.Count); 558context.firstposRight = new BitSet(firstpos.Count); 676BitSet firstPosTemp = new BitSet(firstpos.Count); 677BitSet lastPosTemp = new BitSet(lastpos.Count); 685BitSet firstPosTemp = new BitSet(firstpos.Count); 686BitSet lastPosTemp = new BitSet(lastpos.Count); 1359BitSet firstpos = new BitSet(positionsCount); 1360BitSet lastpos = new BitSet(positionsCount); 1364followpos[i] = new BitSet(positionsCount); 1419posWithRangeTerminals = new BitSet(positionsCount); 1433BitSet tempFollowPos = new BitSet(positionsCount); 1491BitSet newSet = new BitSet(_positions.Count); //Doing work again 1551stateTable.Add(new BitSet(positionsCount), -1); 1579BitSet newset = new BitSet(positionsCount); 1804context.CurPos[1] = new BitSet(_firstpos.Count); 2181expectedPos = new BitSet(_positions.Count); 2226expectedPos = new BitSet(_positions.Count); 2261_isRequired = new BitSet(size); 2289context.AllElementsSet = new BitSet(_elements.Count); //TODO if already non-null can clear
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
1520BitSet map = new BitSet(baseAll.Items.Count);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
1870BitSet map = new BitSet(baseAll.Items.Count);