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