1 write to firstpos
System.Private.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
484this.firstpos = firstpos;
4 references to firstpos
System.Private.Xml (4)
System\Xml\Schema\ContentValidator.cs (4)
504context = new SequenceConstructPosContext((SequenceNode)this_.LeftChild, context.firstpos, context.lastposLeft); 508this_.LeftChild!.ConstructPos(context.firstpos, context.lastposLeft, followpos); 516context.firstpos.Or(context.firstposRight); 528((LeafRangeNode)this_.RightChild).NextIteration = context.firstpos.Clone();