3 writes to AnyAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1856
builder._simpleContentExtension.
AnyAttribute
= builder._anyAttribute;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
760
extension.
AnyAttribute
= new XmlSchemaAnyAttribute();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
12096
o.
@AnyAttribute
= Read39_XmlSchemaAnyAttribute(false, true);
9 references to AnyAttribute
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
1769
PreprocessAttributes(contentExtension.Attributes, contentExtension.
AnyAttribute
, contentExtension);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
828
CompileLocalAttributes(baseType, complexType, simpleExtension.Attributes, simpleExtension.
AnyAttribute
, XmlSchemaDerivationMethod.Extension);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
1412
PreprocessAttributes(contentExtension.Attributes, contentExtension.
AnyAttribute
, contentExtension);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
906
CompileLocalAttributes(baseType, complexType, simpleExtension.Attributes, simpleExtension.
AnyAttribute
, XmlSchemaDerivationMethod.Extension);
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
1852
if (builder._simpleContentExtension.
AnyAttribute
!= null)
2353
if (_simpleContentExtension.
AnyAttribute
!= null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
880
Write33_XmlSchemaAnyAttribute((XmlSchemaAnyAttribute)o.
@AnyAttribute
);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
832
items.AnyAttribute = extension.
AnyAttribute
;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4853
Write39_XmlSchemaAnyAttribute(@"anyAttribute", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaAnyAttribute)o.
@AnyAttribute
), false, false);