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