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