9 references to SetAttributeWildcard
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (4)
357
complexType.
SetAttributeWildcard
(null);
1854
derivedType.
SetAttributeWildcard
(CompileAnyAttributeUnion(anyAttribute, baseAttributeWildcard));
1881
derivedType.
SetAttributeWildcard
(anyAttribute); //complete wildcard
1946
derivedType.
SetAttributeWildcard
(anyAttribute);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (4)
343
complexType.
SetAttributeWildcard
(null);
2197
derivedType.
SetAttributeWildcard
(CompileAnyAttributeUnion(anyAttribute, baseAttributeWildcard));
2224
derivedType.
SetAttributeWildcard
(anyAttribute); //complete wildcard
2297
derivedType.
SetAttributeWildcard
(anyAttribute);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
95
localAnyType.
SetAttributeWildcard
(anyAttribute);