2 references to IsProcessContentsRestricted
System.Private.Xml (2)
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)))