5 references to IsValidRestriction
System.Xml (5)
System\Xml\Schema\SchemaCollectionCompiler.cs (5)
824if (!IsValidRestriction(complexType.ContentTypeParticle, baseType.ContentTypeParticle)) { 1147if (!IsValidRestriction((XmlSchemaParticle)derivedGroupBase.Items[i], baseAny)) { 1170isMatched = IsValidRestriction(derivedElement, baseParticle); 1188if ((count < derivedGroupBase.Items.Count) && IsValidRestriction((XmlSchemaParticle)derivedGroupBase.Items[count], baseParticle)) { 1271if (IsValidRestriction(particle, (XmlSchemaParticle)collection[i]))