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