2 writes to lastposLeft
System.Private.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
487lastposLeft = null; 500context.lastposLeft = new BitSet(lastpos.Count);
5 references to lastposLeft
System.Private.Xml (5)
System\Xml\Schema\ContentValidator.cs (5)
504context = new SequenceConstructPosContext((SequenceNode)this_.LeftChild, context.firstpos, context.lastposLeft); 508this_.LeftChild!.ConstructPos(context.firstpos, context.lastposLeft, followpos); 520context.lastpos.Or(context.lastposLeft!); 522for (int pos = context.lastposLeft!.NextSet(-1); pos != -1; pos = context.lastposLeft.NextSet(pos))