1 write to firstpos
System.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
447this.firstpos = firstpos;
4 references to firstpos
System.Xml (4)
System\Xml\Schema\ContentValidator.cs (4)
465context = new SequenceConstructPosContext((SequenceNode)this_.LeftChild, context.firstpos, context.lastposLeft); 468this_.LeftChild.ConstructPos(context.firstpos, context.lastposLeft, followpos); 475context.firstpos.Or(context.firstposRight); 484((LeafRangeNode)this_.RightChild).NextIteration = context.firstpos.Clone();