3 writes to AnyAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1863builder._complexContentExtension.AnyAttribute = builder._anyAttribute;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
750extension.AnyAttribute = new XmlSchemaAnyAttribute();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
12570o.@AnyAttribute = Read39_XmlSchemaAnyAttribute(false, true);
11 references to AnyAttribute
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
1833PreprocessAttributes(contentExtension.Attributes, contentExtension.AnyAttribute, contentExtension);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
946CompileLocalAttributes(baseType, complexType, complexExtension.Attributes, complexExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
1476PreprocessAttributes(contentExtension.Attributes, contentExtension.AnyAttribute, contentExtension);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
1015CompileLocalAttributes(baseType, complexType, complexExtension.Attributes, complexExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (3)
1859if (builder._complexContentExtension.AnyAttribute != null) 2360if (_complexContentExtension.AnyAttribute != null) 2402(_complexContentExtension.Attributes.Count != 0 || _complexContentExtension.AnyAttribute != null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
951Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute)o.@AnyAttribute);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
825items.AnyAttribute = extension.AnyAttribute;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
472dataContract = ImportType(typeName, extension.Particle, extension.Attributes, extension.AnyAttribute, extension.BaseTypeName, complexType.Annotation);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4508Write39_XmlSchemaAnyAttribute(@"anyAttribute", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaAnyAttribute)o.@AnyAttribute), false, false);