6 writes to AnyAttribute
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1842builder._complexType.AnyAttribute = builder._anyAttribute;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (3)
463type.AnyAttribute = new XmlSchemaAnyAttribute(); 484type.AnyAttribute = new XmlSchemaAnyAttribute(); 742type.AnyAttribute = new XmlSchemaAnyAttribute();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaExporter.cs (1)
109anyType.AnyAttribute = new XmlSchemaAnyAttribute();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
11416o.@AnyAttribute = Read39_XmlSchemaAnyAttribute(false, true);
16 references to AnyAttribute
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
1866PreprocessAttributes(complexType.Attributes, complexType.AnyAttribute, complexType);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
737CompileLocalAttributes(XmlSchemaComplexType.AnyType, complexType, complexType.Attributes, complexType.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
1509PreprocessAttributes(complexType.Attributes, complexType.AnyAttribute, complexType);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
824CompileLocalAttributes(XmlSchemaComplexType.AnyType, complexType, complexType.Attributes, complexType.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (5)
1648(builder._complexType.Particle != null || builder._complexType.Attributes.Count != 0 || builder._complexType.AnyAttribute != null) 1714(builder._complexType.Particle != null || builder._complexType.Attributes.Count != 0 || builder._complexType.AnyAttribute != null) 1838if (builder._complexType.AnyAttribute != null) 2339if (_complexType.AnyAttribute != null) 2392(_complexType.Attributes.Count != 0 || _complexType.AnyAttribute != null) ||
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
844Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute)o.@AnyAttribute);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (1)
345if (type.AnyAttribute != null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
839items.AnyAttribute = ct.AnyAttribute;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (3)
456dataContract = ImportType(typeName, complexType.Particle, complexType.Attributes, complexType.AnyAttribute, null /* baseTypeName */, complexType.Annotation); 785if (xsdType.AnyAttribute != null || (xsdType.Attributes != null && xsdType.Attributes.Count > 0)) 810if (xsdType.AnyAttribute == null || xsdType.Attributes.Count > 0)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4039Write39_XmlSchemaAnyAttribute(@"anyAttribute", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaAnyAttribute)o.@AnyAttribute), false, false);