5 writes to AnyAttribute
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
731
anyType.
AnyAttribute
= new XmlSchemaAnyAttribute();
System.Private.Xml (4)
System\Xml\Schema\XsdBuilder.cs (1)
1837
builder._complexType.
AnyAttribute
= builder._anyAttribute;
System\Xml\Serialization\XmlSchemaExporter.cs (3)
424
type.
AnyAttribute
= new XmlSchemaAnyAttribute();
445
type.
AnyAttribute
= new XmlSchemaAnyAttribute();
703
type.
AnyAttribute
= new XmlSchemaAnyAttribute();
14 references to AnyAttribute
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\SchemaImporter.cs (3)
452
dataContract = ImportType(typeName, complexType.Particle, complexType.Attributes, complexType.
AnyAttribute
, null /* baseTypeName */, complexType.Annotation);
769
if (xsdType.
AnyAttribute
!= null || (xsdType.Attributes != null && xsdType.Attributes.Count > 0))
795
if (xsdType.
AnyAttribute
== null || xsdType.Attributes.Count > 0)
System.Private.Xml (11)
System\Xml\Schema\Preprocessor.cs (1)
1832
PreprocessAttributes(complexType.Attributes, complexType.
AnyAttribute
, complexType);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
746
CompileLocalAttributes(XmlSchemaComplexType.AnyType, complexType, complexType.Attributes, complexType.
AnyAttribute
, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1496
PreprocessAttributes(complexType.Attributes, complexType.
AnyAttribute
, complexType);
System\Xml\Schema\SchemaSetCompiler.cs (1)
837
CompileLocalAttributes(XmlSchemaComplexType.AnyType, complexType, complexType.Attributes, complexType.
AnyAttribute
, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\XsdBuilder.cs (5)
1643
(builder._complexType.Particle != null || builder._complexType.Attributes.Count != 0 || builder._complexType.
AnyAttribute
!= null)
1709
(builder._complexType.Particle != null || builder._complexType.Attributes.Count != 0 || builder._complexType.
AnyAttribute
!= null)
1833
if (builder._complexType.
AnyAttribute
!= null)
2334
if (_complexType.
AnyAttribute
!= null)
2387
(_complexType.Attributes.Count != 0 || _complexType.
AnyAttribute
!= null) ||
System\Xml\Serialization\SchemaObjectWriter.cs (1)
843
Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute?)o.
@AnyAttribute
);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
736
items.AnyAttribute = ct.
AnyAttribute
;