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