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