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