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