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