3 writes to AnyAttribute
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (1)
1851
builder._simpleContentExtension.
AnyAttribute
= builder._anyAttribute;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
720
extension.
AnyAttribute
= new XmlSchemaAnyAttribute();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
12079
o.
@AnyAttribute
= Read39_XmlSchemaAnyAttribute(false, true);
9 references to AnyAttribute
System.Private.Xml (8)
System\Xml\Schema\Preprocessor.cs (1)
1734
PreprocessAttributes(contentExtension.Attributes, contentExtension.
AnyAttribute
, contentExtension);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
837
CompileLocalAttributes(baseType, complexType, simpleExtension.Attributes, simpleExtension.
AnyAttribute
, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1399
PreprocessAttributes(contentExtension.Attributes, contentExtension.
AnyAttribute
, contentExtension);
System\Xml\Schema\SchemaSetCompiler.cs (1)
917
CompileLocalAttributes(baseType, complexType, simpleExtension.Attributes, simpleExtension.
AnyAttribute
, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\XsdBuilder.cs (2)
1847
if (builder._simpleContentExtension!.
AnyAttribute
!= null)
2348
if (_simpleContentExtension!.
AnyAttribute
!= null)
System\Xml\Serialization\SchemaObjectWriter.cs (1)
879
Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute?)o.
@AnyAttribute
);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
729
items.AnyAttribute = simple.
AnyAttribute
;
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4508
Write39_XmlSchemaAnyAttribute(@"anyAttribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAnyAttribute)o.
@AnyAttribute
), false, false);