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