2 references to 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);