3 writes to AnyAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1870
builder._complexContentRestriction.
AnyAttribute
= builder._anyAttribute;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
755
restriction.
AnyAttribute
= new XmlSchemaAnyAttribute();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
12454
o.
@AnyAttribute
= Read39_XmlSchemaAnyAttribute(false, true);
10 references to AnyAttribute
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
1852
PreprocessAttributes(contentRestriction.Attributes, contentRestriction.
AnyAttribute
, contentRestriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
1012
CompileLocalAttributes(baseType, complexType, complexRestriction.Attributes, complexRestriction.
AnyAttribute
, XmlSchemaDerivationMethod.Restriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
1495
PreprocessAttributes(contentRestriction.Attributes, contentRestriction.
AnyAttribute
, contentRestriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
1082
CompileLocalAttributes(baseType, complexType, complexRestriction.Attributes, complexRestriction.
AnyAttribute
, XmlSchemaDerivationMethod.Restriction);
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (3)
1866
if (builder._complexContentRestriction.
AnyAttribute
!= null)
2367
if (_complexContentRestriction.
AnyAttribute
!= null)
2411
(_complexContentRestriction.Attributes.Count != 0 || _complexContentRestriction.
AnyAttribute
!= null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
1255
Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute)o.
@AnyAttribute
);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
479
dataContract = ImportType(typeName, restriction.Particle, restriction.Attributes, restriction.
AnyAttribute
, null /* baseTypeName */, complexType.Annotation);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4599
Write39_XmlSchemaAnyAttribute(@"anyAttribute", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaAnyAttribute)o.
@AnyAttribute
), false, false);