5 references to IsValidRestriction
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (5)
1035
if (!
IsValidRestriction
(complexType.ContentTypeParticle, baseType.ContentTypeParticle))
1448
if (!
IsValidRestriction
((XmlSchemaParticle)derivedGroupBase.Items[i], baseAny))
1476
isMatched =
IsValidRestriction
(derivedElement, baseParticle);
1498
if ((count < derivedGroupBase.Items.Count) &&
IsValidRestriction
((XmlSchemaParticle)derivedGroupBase.Items[count], baseParticle))
1604
if (
IsValidRestriction
(particle, (XmlSchemaParticle)collection[i]))