2 instantiations of LeafRangeNode
System.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
844
return new
LeafRangeNode
(this.Pos, this.min, this.max);
1082
LeafRangeNode rNode = new
LeafRangeNode
(min, max);
11 references to LeafRangeNode
System.Xml (11)
System\Xml\Schema\ContentValidator.cs (11)
484
((
LeafRangeNode
)this_.RightChild).NextIteration = context.firstpos.Clone();
501
if (this_.RightChild.IsRangeNode && ((
LeafRangeNode
)this_.RightChild).Min == 0)
1082
LeafRangeNode
rNode = new LeafRangeNode(min, max);
1225
LeafRangeNode
lrNode = p.particle as
LeafRangeNode
;
1239
LeafRangeNode
lrNode1 = p1.particle as
LeafRangeNode
;
1279
LeafRangeNode
lrNode = positions[pos].particle as
LeafRangeNode
;
1782
LeafRangeNode
lrNode = positions[cPos].particle as
LeafRangeNode
; //For a position with leaf range node, the particle is the node itself