2 writes to firstposRight
System.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
451
firstposRight
= null;
471
context.
firstposRight
= new BitSet(firstpos.Count);
3 references to firstposRight
System.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
472
this_.RightChild.ConstructPos(context.
firstposRight
, context.lastpos, followpos);
475
context.firstpos.Or(context.
firstposRight
);
481
followpos[pos].Or(context.
firstposRight
);