3 references to IsValidOccurrenceRangeRestriction
System.Private.Xml (3)
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
1436
if (!
IsValidOccurrenceRangeRestriction
(minOccurs, maxOccurs, baseAny.MinOccurs, baseAny.MaxOccurs))
1552
if (!
IsValidOccurrenceRangeRestriction
(minOccurs, maxOccurs, baseChoice.MinOccurs, baseChoice.MaxOccurs))
1590
return
IsValidOccurrenceRangeRestriction
(derivedParticle.MinOccurs, derivedParticle.MaxOccurs, baseParticle.MinOccurs, baseParticle.MaxOccurs);