2 writes to lastposLeft
System.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
450lastposLeft = null; 462context.lastposLeft = new BitSet(lastpos.Count);
5 references to lastposLeft
System.Xml (5)
System\Xml\Schema\ContentValidator.cs (5)
465context = new SequenceConstructPosContext((SequenceNode)this_.LeftChild, context.firstpos, context.lastposLeft); 468this_.LeftChild.ConstructPos(context.firstpos, context.lastposLeft, followpos); 478context.lastpos.Or(context.lastposLeft); 480for (int pos = context.lastposLeft.NextSet(-1); pos != -1; pos = context.lastposLeft.NextSet(pos)) {