2 writes to AnyAttribute
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (1)
1858
builder._complexContentExtension.
AnyAttribute
= builder._anyAttribute;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
711
extension.
AnyAttribute
= new XmlSchemaAnyAttribute();
10 references to AnyAttribute
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
466
dataContract = ImportType(typeName, extension.Particle, extension.Attributes, extension.
AnyAttribute
, extension.BaseTypeName, complexType.Annotation);
System.Private.Xml (9)
System\Xml\Schema\Preprocessor.cs (1)
1797
PreprocessAttributes(contentExtension.Attributes, contentExtension.
AnyAttribute
, contentExtension);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
955
CompileLocalAttributes(baseType, complexType, complexExtension.Attributes, complexExtension.
AnyAttribute
, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1462
PreprocessAttributes(contentExtension.Attributes, contentExtension.
AnyAttribute
, contentExtension);
System\Xml\Schema\SchemaSetCompiler.cs (1)
1031
CompileLocalAttributes(baseType, complexType, complexExtension.Attributes, complexExtension.
AnyAttribute
, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\XsdBuilder.cs (3)
1854
if (builder._complexContentExtension!.
AnyAttribute
!= null)
2355
if (_complexContentExtension!.
AnyAttribute
!= null)
2397
(_complexContentExtension.Attributes.Count != 0 || _complexContentExtension.
AnyAttribute
!= null)
System\Xml\Serialization\SchemaObjectWriter.cs (1)
950
Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute?)o.
@AnyAttribute
);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
723
items.AnyAttribute = complex.
AnyAttribute
;