4 writes to @AnyAttribute
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
500
scopesTypeContentExtension.
AnyAttribute
= anyAttribute;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9786
o.
@AnyAttribute
= Read39_XmlSchemaAnyAttribute(false, true);
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (1)
1710
builder.simpleContentExtension.
AnyAttribute
= builder.anyAttribute;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
651
extension.
AnyAttribute
= new XmlSchemaAnyAttribute();
9 references to @AnyAttribute
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3847
Write39_XmlSchemaAnyAttribute(@"anyAttribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAnyAttribute)o.
@AnyAttribute
), false, false);
System.Xml (8)
System\Xml\Schema\Preprocessor.cs (1)
1435
PreprocessAttributes(contentExtension.Attributes, contentExtension.
AnyAttribute
, contentExtension);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
661
CompileLocalAttributes(baseType, complexType, simpleExtension.Attributes, simpleExtension.
AnyAttribute
, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1121
PreprocessAttributes(contentExtension.Attributes, contentExtension.
AnyAttribute
, contentExtension);
System\Xml\Schema\SchemaSetCompiler.cs (1)
719
CompileLocalAttributes(baseType, complexType, simpleExtension.Attributes, simpleExtension.
AnyAttribute
, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\XsdBuilder.cs (2)
1707
if (builder.simpleContentExtension.
AnyAttribute
!= null) {
2149
if (simpleContentExtension.
AnyAttribute
!= null) {
System\Xml\Serialization\SchemaObjectWriter.cs (1)
730
Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute)o.
@AnyAttribute
);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
725
items.AnyAttribute = extension.
AnyAttribute
;