5 references to AttributeWildcard
System.Private.Xml (5)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
563XmlSchemaAnyAttribute? anyAttribute = elementSchemaType.AttributeWildcard;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
776decl.AnyAttribute = complexType.AttributeWildcard; 1786XmlSchemaAnyAttribute? baseAttributeWildcard = baseType?.AttributeWildcard;
System\Xml\Schema\SchemaSetCompiler.cs (2)
852decl.AnyAttribute = complexType.AttributeWildcard; 2146XmlSchemaAnyAttribute? baseAttributeWildcard = baseType?.AttributeWildcard;