3 writes to AnyAttribute
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (1)
1858builder._complexContentExtension.AnyAttribute = builder._anyAttribute;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
711extension.AnyAttribute = new XmlSchemaAnyAttribute();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
12639o.@AnyAttribute = Read39_XmlSchemaAnyAttribute(false, true);
11 references to AnyAttribute
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
466dataContract = ImportType(typeName, extension.Particle, extension.Attributes, extension.AnyAttribute, extension.BaseTypeName, complexType.Annotation);
System.Private.Xml (9)
System\Xml\Schema\Preprocessor.cs (1)
1797PreprocessAttributes(contentExtension.Attributes, contentExtension.AnyAttribute, contentExtension);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
955CompileLocalAttributes(baseType, complexType, complexExtension.Attributes, complexExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1462PreprocessAttributes(contentExtension.Attributes, contentExtension.AnyAttribute, contentExtension);
System\Xml\Schema\SchemaSetCompiler.cs (1)
1031CompileLocalAttributes(baseType, complexType, complexExtension.Attributes, complexExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\XsdBuilder.cs (3)
1854if (builder._complexContentExtension!.AnyAttribute != null) 2355if (_complexContentExtension!.AnyAttribute != null) 2397(_complexContentExtension.Attributes.Count != 0 || _complexContentExtension.AnyAttribute != null)
System\Xml\Serialization\SchemaObjectWriter.cs (1)
950Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute?)o.@AnyAttribute);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
700items.AnyAttribute = complex.AnyAttribute;
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4203Write39_XmlSchemaAnyAttribute(@"anyAttribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAnyAttribute)o.@AnyAttribute), false, false);