1 write to AnyAttribute
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1872builder._attributeGroup.AnyAttribute = builder._anyAttribute;
8 references to AnyAttribute
System.Private.Xml (8)
System\Xml\Schema\Preprocessor.cs (1)
1254PreprocessAttributes(attributeGroup.Attributes, attributeGroup.AnyAttribute, attributeGroup);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1726XmlSchemaAnyAttribute? anyAttribute = attributeGroup.AnyAttribute;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
927PreprocessAttributes(attributeGroup.Attributes, attributeGroup.AnyAttribute, attributeGroup);
System\Xml\Schema\SchemaSetCompiler.cs (1)
2077XmlSchemaAnyAttribute? anyAttribute = attributeGroup.AnyAttribute;
System\Xml\Schema\XsdBuilder.cs (2)
1868if (builder._attributeGroup!.AnyAttribute != null) 2369if (_attributeGroup!.AnyAttribute != null)
System\Xml\Serialization\SchemaObjectWriter.cs (1)
752Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute?)o.@AnyAttribute);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1583if (group.AnyAttribute != null)