22 instantiations of BitSet
dotnet-svcutil-lib (22)
FrameworkFork\Microsoft.Xml\Xml\schema\BitSet.cs (1)
209
BitSet newset = new
BitSet
();
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);
104 references to BitSet
dotnet-svcutil-lib (104)
FrameworkFork\Microsoft.Xml\Xml\schema\BitSet.cs (7)
109
public void And(
BitSet
other)
136
public void Or(
BitSet
other)
170
BitSet
other = (
BitSet
)obj;
207
public
BitSet
Clone()
209
BitSet
newset = new BitSet();
229
public bool Intersects(
BitSet
other)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (92)
298
public abstract void ConstructPos(
BitSet
firstpos,
BitSet
lastpos,
BitSet
[] followpos);
352
public override void ConstructPos(
BitSet
firstpos,
BitSet
lastpos,
BitSet
[] followpos)
428
public override void ConstructPos(
BitSet
firstpos,
BitSet
lastpos,
BitSet
[] followpos)
524
public
BitSet
firstpos;
525
public
BitSet
lastpos;
526
public
BitSet
lastposLeft;
527
public
BitSet
firstposRight;
529
public SequenceConstructPosContext(SequenceNode node,
BitSet
firstpos,
BitSet
lastpos)
540
public override void ConstructPos(
BitSet
firstpos,
BitSet
lastpos,
BitSet
[] followpos)
613
internal static void WritePos(
BitSet
firstpos,
BitSet
lastpos,
BitSet
[] followpos)
627
internal static void WriteBitSet(
BitSet
curpos)
674
private static void ConstructChildPos(SyntaxTreeNode child,
BitSet
firstpos,
BitSet
lastpos,
BitSet
[] followpos)
676
BitSet
firstPosTemp = new BitSet(firstpos.Count);
677
BitSet
lastPosTemp = new BitSet(lastpos.Count);
683
public override void ConstructPos(
BitSet
firstpos,
BitSet
lastpos,
BitSet
[] followpos)
685
BitSet
firstPosTemp = new BitSet(firstpos.Count);
686
BitSet
lastPosTemp = new BitSet(lastpos.Count);
757
public override void ConstructPos(
BitSet
firstpos,
BitSet
lastpos,
BitSet
[] followpos)
782
public override void ConstructPos(
BitSet
firstpos,
BitSet
lastpos,
BitSet
[] followpos)
803
public override void ConstructPos(
BitSet
firstpos,
BitSet
lastpos,
BitSet
[] followpos)
943
private
BitSet
_nextIteration;
963
public
BitSet
NextIteration
1359
BitSet
firstpos = new BitSet(positionsCount);
1360
BitSet
lastpos = new BitSet(positionsCount);
1361
BitSet
[] followpos = new
BitSet
[positionsCount];
1370
BitSet
positionsWithRangeTerminals;
1371
BitSet
[] minMaxFollowPos = CalculateTotalFollowposForRangeNodes(firstpos, followpos, out positionsWithRangeTerminals);
1416
private
BitSet
[] CalculateTotalFollowposForRangeNodes(
BitSet
firstpos,
BitSet
[] followpos, out
BitSet
posWithRangeTerminals)
1423
BitSet
[] minmaxFollowPos = new
BitSet
[_minMaxNodesCount];
1433
BitSet
tempFollowPos = new BitSet(positionsCount);
1464
private void CheckCMUPAWithLeafRangeNodes(
BitSet
curpos)
1487
private
BitSet
GetApplicableMinMaxFollowPos(
BitSet
curpos,
BitSet
posWithRangeTerminals,
BitSet
[] minmaxFollowPos)
1491
BitSet
newSet = new BitSet(_positions.Count); //Doing work again
1504
private void CheckUniqueParticleAttribution(
BitSet
firstpos,
BitSet
[] followpos)
1513
private void CheckUniqueParticleAttribution(
BitSet
curpos)
1537
private int[][] BuildTransitionTable(
BitSet
firstpos,
BitSet
[] followpos, int endMarkerPos)
1565
BitSet
statePosSet = (
BitSet
)unmarked.Dequeue(); // all positions that constitute DFA state
1579
BitSet
newset = new BitSet(positionsCount);
1616
private void Dump(StringBuilder bb,
BitSet
[] followpos, int[][] transitionTable)
1784
private
BitSet
_firstpos;
1785
private
BitSet
[] _followpos;
1791
BitSet
firstpos,
BitSet
[] followpos, SymbolsDictionary symbols, Positions positions, int endMarkerPos,
1813
BitSet
curpos = context.CurPos[context.CurrentState.CurPosIndex];
1815
BitSet
nextpos = context.CurPos[next];
1875
BitSet
curpos = context.CurPos[context.CurrentState.CurPosIndex];
1906
BitSet
curpos = context.CurPos[context.CurrentState.CurPosIndex];
1925
public
BitSet
curpos;
1931
private
BitSet
_firstpos;
1932
private
BitSet
[] _followpos;
1933
private
BitSet
_positionsWithRangeTerminals;
1940
BitSet
firstpos,
BitSet
[] followpos, SymbolsDictionary symbols, Positions positions, int endMarkerPos, XmlSchemaContentType contentType, bool isEmptiable,
BitSet
positionsWithRangeTerminals, int minmaxNodesCount) : base(contentType, false, isEmptiable)
1995
BitSet
curpos = rposInfo.curpos;
2080
BitSet
currentRunningPosition = runningPositions[k].curpos;
2088
BitSet
countingPosition = currentRunningPosition.Clone();
2177
BitSet
expectedPos;
2222
BitSet
expectedPos;
2254
private
BitSet
_isRequired; // required flags
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);
FrameworkFork\Microsoft.Xml\Xml\schema\validationstate.cs (3)
43
public
BitSet
[] CurPos = new
BitSet
[2];
46
public
BitSet
AllElementsSet;