6 writes to AnyAttribute
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1842
builder._complexType.
AnyAttribute
= builder._anyAttribute;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (3)
463
type.
AnyAttribute
= new XmlSchemaAnyAttribute();
484
type.
AnyAttribute
= new XmlSchemaAnyAttribute();
742
type.
AnyAttribute
= new XmlSchemaAnyAttribute();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaExporter.cs (1)
109
anyType.
AnyAttribute
= new XmlSchemaAnyAttribute();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
11416
o.
@AnyAttribute
= Read39_XmlSchemaAnyAttribute(false, true);
16 references to AnyAttribute
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
1866
PreprocessAttributes(complexType.Attributes, complexType.
AnyAttribute
, complexType);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
737
CompileLocalAttributes(XmlSchemaComplexType.AnyType, complexType, complexType.Attributes, complexType.
AnyAttribute
, XmlSchemaDerivationMethod.Restriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
1509
PreprocessAttributes(complexType.Attributes, complexType.
AnyAttribute
, complexType);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
824
CompileLocalAttributes(XmlSchemaComplexType.AnyType, complexType, complexType.Attributes, complexType.
AnyAttribute
, XmlSchemaDerivationMethod.Restriction);
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (5)
1648
(builder._complexType.Particle != null || builder._complexType.Attributes.Count != 0 || builder._complexType.
AnyAttribute
!= null)
1714
(builder._complexType.Particle != null || builder._complexType.Attributes.Count != 0 || builder._complexType.
AnyAttribute
!= null)
1838
if (builder._complexType.
AnyAttribute
!= null)
2339
if (_complexType.
AnyAttribute
!= null)
2392
(_complexType.Attributes.Count != 0 || _complexType.
AnyAttribute
!= null) ||
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
844
Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute)o.
@AnyAttribute
);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (1)
345
if (type.
AnyAttribute
!= null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
839
items.AnyAttribute = ct.
AnyAttribute
;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (3)
456
dataContract = ImportType(typeName, complexType.Particle, complexType.Attributes, complexType.
AnyAttribute
, null /* baseTypeName */, complexType.Annotation);
785
if (xsdType.
AnyAttribute
!= null || (xsdType.Attributes != null && xsdType.Attributes.Count > 0))
810
if (xsdType.
AnyAttribute
== null || xsdType.Attributes.Count > 0)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4039
Write39_XmlSchemaAnyAttribute(@"anyAttribute", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaAnyAttribute)o.
@AnyAttribute
), false, false);