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