7 overrides of ConstructPos
System.Xml (7)
System\Xml\Schema\ContentValidator.cs (7)
297public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) { 359public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) { 455public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) { 580public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) { 645public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) { 665public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) { 682public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) {
8 references to ConstructPos
System.Xml (8)
System\Xml\Schema\ContentValidator.cs (8)
468this_.LeftChild.ConstructPos(context.firstpos, context.lastposLeft, followpos); 472this_.RightChild.ConstructPos(context.firstposRight, context.lastpos, followpos); 575child.ConstructPos(firstPosTemp, lastPosTemp, followpos); 592n.ConstructPos(firstpos, lastpos, followpos); 646LeftChild.ConstructPos(firstpos, lastpos, followpos); 666LeftChild.ConstructPos(firstpos, lastpos, followpos); 683LeftChild.ConstructPos(firstpos, lastpos, followpos); 1170contentRoot.ConstructPos(firstpos, lastpos, followpos);