2 writes to AnyAttribute
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (1)
1865
builder._complexContentRestriction.
AnyAttribute
= builder._anyAttribute;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
715
restriction.
AnyAttribute
= new XmlSchemaAnyAttribute();
9 references to AnyAttribute
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
472
dataContract = ImportType(typeName, restriction.Particle, restriction.Attributes, restriction.
AnyAttribute
, null /* baseTypeName */, complexType.Annotation);
System.Private.Xml (8)
System\Xml\Schema\Preprocessor.cs (1)
1818
PreprocessAttributes(contentRestriction.Attributes, contentRestriction.
AnyAttribute
, contentRestriction);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1022
CompileLocalAttributes(baseType, complexType, complexRestriction.Attributes, complexRestriction.
AnyAttribute
, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1481
PreprocessAttributes(contentRestriction.Attributes, contentRestriction.
AnyAttribute
, contentRestriction);
System\Xml\Schema\SchemaSetCompiler.cs (1)
1101
CompileLocalAttributes(baseType, complexType, complexRestriction.Attributes, complexRestriction.
AnyAttribute
, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\XsdBuilder.cs (3)
1861
if (builder._complexContentRestriction!.
AnyAttribute
!= null)
2362
if (_complexContentRestriction!.
AnyAttribute
!= null)
2406
(_complexContentRestriction.Attributes.Count != 0 || _complexContentRestriction.
AnyAttribute
!= null)
System\Xml\Serialization\SchemaObjectWriter.cs (1)
1249
Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute?)o.
@AnyAttribute
);