2 writes to AnyAttribute
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1849
builder._simpleContentRestriction.
AnyAttribute
= builder._anyAttribute;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
12246
o.
@AnyAttribute
= Read39_XmlSchemaAnyAttribute(false, true);
10 references to AnyAttribute
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
1788
PreprocessAttributes(contentRestriction.Attributes, contentRestriction.
AnyAttribute
, contentRestriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
913
CompileLocalAttributes(baseType, complexType, simpleRestriction.Attributes, simpleRestriction.
AnyAttribute
, XmlSchemaDerivationMethod.Restriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
1431
PreprocessAttributes(contentRestriction.Attributes, contentRestriction.
AnyAttribute
, contentRestriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
991
CompileLocalAttributes(baseType, complexType, simpleRestriction.Attributes, simpleRestriction.
AnyAttribute
, XmlSchemaDerivationMethod.Restriction);
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (4)
1469
builder._simpleContentRestriction.
AnyAttribute
!= null ||
1845
if (builder._simpleContentRestriction.
AnyAttribute
!= null)
2114
if (builder._simpleContentRestriction.Attributes.Count != 0 || (builder._simpleContentRestriction.
AnyAttribute
!= null))
2346
if (_simpleContentRestriction.
AnyAttribute
!= null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
898
Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute)o.
@AnyAttribute
);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4787
Write39_XmlSchemaAnyAttribute(@"anyAttribute", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaAnyAttribute)o.
@AnyAttribute
), false, false);