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