4 writes to AttributeWildcard
System.Private.Xml (4)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
325attributeGroup.AttributeWildcard = null; 1780attributeGroup.AttributeWildcard = anyAttribute;
System\Xml\Schema\SchemaSetCompiler.cs (2)
305attributeGroup.AttributeWildcard = null; 2136attributeGroup.AttributeWildcard = anyAttribute;
6 references to AttributeWildcard
System.Private.Xml (6)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
1772anyAttribute = CompileAnyAttributeIntersection(anyAttribute, attributeGroupResolved.AttributeWildcard); 1839anyAttribute = CompileAnyAttributeIntersection(anyAttribute, attributeGroup.AttributeWildcard);
System\Xml\Schema\SchemaSetCompiler.cs (4)
2128anyAttribute = CompileAnyAttributeIntersection(anyAttribute, attributeGroupResolved.AttributeWildcard); 2200anyAttribute = CompileAnyAttributeIntersection(anyAttribute, attributeGroup.AttributeWildcard); 2301XmlSchemaAnyAttribute? baseAnyAtt = baseAttributeGroup.AttributeWildcard; 2302XmlSchemaAnyAttribute? derivedAnyAtt = derivedAttributeGroup.AttributeWildcard;