2 references to AllElementsContentValidator
System.Private.Xml (2)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
2368
AllElementsContentValidator contentValidator = new
AllElementsContentValidator
(complexType.ContentType, all.Items.Count, all.MinOccurs == decimal.Zero);
System\Xml\Schema\SchemaSetCompiler.cs (1)
2837
AllElementsContentValidator contentValidator = new
AllElementsContentValidator
(complexType.ContentType, all.Items.Count, all.MinOccurs == decimal.Zero);