7 overrides of ConstructPos
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (7)
352public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) 428public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) 540public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) 683public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) 757public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) 782public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) 803public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
8 references to ConstructPos
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (8)
555this_.LeftChild.ConstructPos(context.firstpos, context.lastposLeft, followpos); 559this_.RightChild.ConstructPos(context.firstposRight, context.lastpos, followpos); 678child.ConstructPos(firstPosTemp, lastPosTemp, followpos); 696n.ConstructPos(firstpos, lastpos, followpos); 759LeftChild.ConstructPos(firstpos, lastpos, followpos); 784LeftChild.ConstructPos(firstpos, lastpos, followpos); 805LeftChild.ConstructPos(firstpos, lastpos, followpos); 1366contentRoot.ConstructPos(firstpos, lastpos, followpos);