6 references to AttributeWildcard
System.Data.Services.Design (1)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (1)
387this.TrimAttributes(e, (schemaComplexType == null) ? null : schemaComplexType.AttributeWildcard);
System.Xml (5)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
511XmlSchemaAnyAttribute anyAttribute = elementSchemaType.AttributeWildcard;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
613decl.AnyAttribute = complexType.AttributeWildcard; 1417XmlSchemaAnyAttribute baseAttributeWildcard = baseType != null ? baseType.AttributeWildcard : null;
System\Xml\Schema\SchemaSetCompiler.cs (2)
670decl.AnyAttribute = complexType.AttributeWildcard; 1696XmlSchemaAnyAttribute baseAttributeWildcard = baseType != null ? baseType.AttributeWildcard : null;