9 references to SetAttributeWildcard
System.Xml (9)
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
289complexType.SetAttributeWildcard(null); 1470derivedType.SetAttributeWildcard(CompileAnyAttributeUnion(anyAttribute, baseAttributeWildcard)); 1490derivedType.SetAttributeWildcard(anyAttribute); //complete wildcard 1543derivedType.SetAttributeWildcard(anyAttribute);
System\Xml\Schema\SchemaSetCompiler.cs (4)
277complexType.SetAttributeWildcard(null); 1749derivedType.SetAttributeWildcard(CompileAnyAttributeUnion(anyAttribute, baseAttributeWildcard)); 1769derivedType.SetAttributeWildcard(anyAttribute); //complete wildcard 1828derivedType.SetAttributeWildcard(anyAttribute);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
92localAnyType.SetAttributeWildcard(anyAttribute);