2 writes to lastposLeft
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (2)
535
lastposLeft
= null;
548
context.
lastposLeft
= new BitSet(lastpos.Count);
5 references to lastposLeft
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (5)
552
context = new SequenceConstructPosContext((SequenceNode)this_.LeftChild, context.firstpos, context.
lastposLeft
);
555
this_.LeftChild.ConstructPos(context.firstpos, context.
lastposLeft
, followpos);
567
context.lastpos.Or(context.
lastposLeft
);
569
for (int pos = context.
lastposLeft
.NextSet(-1); pos != -1; pos = context.
lastposLeft
.NextSet(pos))