3 references to IsSubset
System.Private.Xml (3)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1874
if ((anyAttribute != null) && (baseAttributeWildcard == null || !XmlSchemaAnyAttribute.
IsSubset
(anyAttribute, baseAttributeWildcard)))
System\Xml\Schema\SchemaSetCompiler.cs (2)
2235
if ((anyAttribute != null) && (baseAttributeWildcard == null || !XmlSchemaAnyAttribute.
IsSubset
(anyAttribute, baseAttributeWildcard) || !IsProcessContentsRestricted(baseType, anyAttribute, baseAttributeWildcard)))
2304
if ((derivedAnyAtt != null) && (baseAnyAtt == null || !XmlSchemaAnyAttribute.
IsSubset
(derivedAnyAtt, baseAnyAtt) || !IsProcessContentsRestricted(null, derivedAnyAtt, baseAnyAtt)))