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