4 writes to AttributeWildcard
System.Xml (4)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
252attributeGroup.AttributeWildcard = null; 1411attributeGroup.AttributeWildcard = anyAttribute;
System\Xml\Schema\SchemaSetCompiler.cs (2)
234attributeGroup.AttributeWildcard = null; 1688attributeGroup.AttributeWildcard = anyAttribute;
6 references to AttributeWildcard
System.Xml (6)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
1404anyAttribute = CompileAnyAttributeIntersection(anyAttribute, attributeGroupResolved.AttributeWildcard); 1459anyAttribute = CompileAnyAttributeIntersection(anyAttribute, attributeGroup.AttributeWildcard);
System\Xml\Schema\SchemaSetCompiler.cs (4)
1681anyAttribute = CompileAnyAttributeIntersection(anyAttribute, attributeGroupResolved.AttributeWildcard); 1738anyAttribute = CompileAnyAttributeIntersection(anyAttribute, attributeGroup.AttributeWildcard); 1833XmlSchemaAnyAttribute baseAnyAtt = baseAttributeGroup.AttributeWildcard; 1834XmlSchemaAnyAttribute derivedAnyAtt = derivedAttributeGroup.AttributeWildcard;