9 references to SetAttributeWildcard
System.Private.Xml (9)
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
368complexType.SetAttributeWildcard(null); 1853derivedType.SetAttributeWildcard(CompileAnyAttributeUnion(anyAttribute, baseAttributeWildcard)); 1880derivedType.SetAttributeWildcard(anyAttribute); //complete wildcard 1926derivedType.SetAttributeWildcard(anyAttribute);
System\Xml\Schema\SchemaSetCompiler.cs (4)
357complexType.SetAttributeWildcard(null); 2214derivedType.SetAttributeWildcard(CompileAnyAttributeUnion(anyAttribute, baseAttributeWildcard)); 2241derivedType.SetAttributeWildcard(anyAttribute); //complete wildcard 2295derivedType.SetAttributeWildcard(anyAttribute);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
87localAnyType.SetAttributeWildcard(anyAttribute);