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