2 instantiations of AllElementsContentValidator
System.Xml (2)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1944AllElementsContentValidator contentValidator = new AllElementsContentValidator(complexType.ContentType, all.Items.Count, all.MinOccurs == decimal.Zero);
System\Xml\Schema\SchemaSetCompiler.cs (1)
2299AllElementsContentValidator contentValidator = new AllElementsContentValidator(complexType.ContentType, all.Items.Count, all.MinOccurs == decimal.Zero);
3 references to AllElementsContentValidator
System.Xml (3)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1944AllElementsContentValidator contentValidator = new AllElementsContentValidator(complexType.ContentType, all.Items.Count, all.MinOccurs == decimal.Zero);
System\Xml\Schema\SchemaSetCompiler.cs (1)
2299AllElementsContentValidator contentValidator = new AllElementsContentValidator(complexType.ContentType, all.Items.Count, all.MinOccurs == decimal.Zero);
System\Xml\Schema\XmlSchemaValidator.cs (1)
2107Debug.Assert(contentValidator is DfaContentValidator || contentValidator is NfaContentValidator || contentValidator is RangeContentValidator || contentValidator is AllElementsContentValidator);