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