3 references to IsValidOccurrenceRangeRestriction
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
1704
if (!
IsValidOccurrenceRangeRestriction
(minOccurs, maxOccurs, baseAny.MinOccurs, baseAny.MaxOccurs))
1912
if (!
IsValidOccurrenceRangeRestriction
(minOccurs, maxOccurs, baseChoice.MinOccurs, baseChoice.MaxOccurs) || derivedSequence.Items.Count > baseChoice.Items.Count)
1926
return
IsValidOccurrenceRangeRestriction
(derivedParticle.MinOccurs, derivedParticle.MaxOccurs, baseParticle.MinOccurs, baseParticle.MaxOccurs);