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