1 instantiation of RangeContentValidator
System.Private.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
1281
return new
RangeContentValidator
(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, contentRoot.LeftChild.IsNullable, positionsWithRangeTerminals, _minMaxNodesCount);
1 reference to RangeContentValidator
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
2519
Debug.Assert(contentValidator is DfaContentValidator || contentValidator is NfaContentValidator || contentValidator is
RangeContentValidator
|| contentValidator is AllElementsContentValidator);