5 references to IsValidRestriction
System.Private.Xml (5)
System\Xml\Schema\SchemaCollectionCompiler.cs (5)
1046if (!IsValidRestriction(complexType.ContentTypeParticle, baseType.ContentTypeParticle)) 1446if (!IsValidRestriction((XmlSchemaParticle)derivedGroupBase.Items[i], baseAny)) 1474isMatched = IsValidRestriction(derivedElement, baseParticle); 1496if ((count < derivedGroupBase.Items.Count) && IsValidRestriction((XmlSchemaParticle)derivedGroupBase.Items[count], baseParticle)) 1602if (IsValidRestriction(particle, (XmlSchemaParticle)collection[i]))