2 writes to AnyAttribute
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1877builder._attributeGroup.AnyAttribute = builder._anyAttribute;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
8700o.@AnyAttribute = Read39_XmlSchemaAnyAttribute(false, true);
10 references to AnyAttribute
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
1287PreprocessAttributes(attributeGroup.Attributes, attributeGroup.AnyAttribute, attributeGroup);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
1728XmlSchemaAnyAttribute anyAttribute = attributeGroup.AnyAttribute;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
934PreprocessAttributes(attributeGroup.Attributes, attributeGroup.AnyAttribute, attributeGroup);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
2063XmlSchemaAnyAttribute anyAttribute = attributeGroup.AnyAttribute;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
1873if (builder._attributeGroup.AnyAttribute != null) 2374if (_attributeGroup.AnyAttribute != null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
753Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute)o.@AnyAttribute);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (2)
1685if (group.AnyAttribute != null) 1686ImportAnyAttributeMember(group.AnyAttribute, members, membersScope);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4959Write39_XmlSchemaAnyAttribute(@"anyAttribute", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaAnyAttribute)o.@AnyAttribute), false, false);