7 overrides of ConstructPos
System.Private.Xml (7)
System\Xml\Schema\ContentValidator.cs (7)
324public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) 396public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) 492public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) 608public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) 682public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) 707public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) 728public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
7 references to ConstructPos
System.Private.Xml (7)
System\Xml\Schema\ContentValidator.cs (7)
508this_.LeftChild!.ConstructPos(context.firstpos, context.lastposLeft, followpos); 512this_.RightChild!.ConstructPos(context.firstposRight, context.lastpos, followpos); 603child.ConstructPos(firstPosTemp, lastPosTemp, followpos); 621n!.ConstructPos(firstpos, lastpos, followpos); 684LeftChild!.ConstructPos(firstpos, lastpos, followpos); 709LeftChild!.ConstructPos(firstpos, lastpos, followpos); 730LeftChild!.ConstructPos(firstpos, lastpos, followpos);