2 writes to firstposRight
System.Private.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
488
firstposRight
= null;
511
context.
firstposRight
= new BitSet(firstpos.Count);
3 references to firstposRight
System.Private.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
512
this_.RightChild!.ConstructPos(context.
firstposRight
, context.lastpos, followpos);
516
context.firstpos.Or(context.
firstposRight
);
524
followpos[pos].Or(context.
firstposRight
);