19 references to Attributes
System.Data.Common (2)
System\Data\XMLSchema.cs (2)
1058HandleAttributes(ccExtension.Attributes, table, isBase); 1080HandleAttributes(ccExtension.Attributes, table, isBase);
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaExporter.cs (1)
162AddReferenceAttributes(extension.Attributes, schema);
System\Runtime\Serialization\SchemaImporter.cs (1)
466dataContract = ImportType(typeName, extension.Particle, extension.Attributes, extension.AnyAttribute, extension.BaseTypeName, complexType.Annotation);
System.Private.Xml (13)
System\Xml\Schema\Preprocessor.cs (1)
1797PreprocessAttributes(contentExtension.Attributes, contentExtension.AnyAttribute, contentExtension);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
351CleanupAttributes(complexExtension.Attributes); 955CompileLocalAttributes(baseType, complexType, complexExtension.Attributes, complexExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1462PreprocessAttributes(contentExtension.Attributes, contentExtension.AnyAttribute, contentExtension);
System\Xml\Schema\SchemaSetCompiler.cs (2)
339CleanupAttributes(complexExtension.Attributes); 1031CompileLocalAttributes(baseType, complexType, complexExtension.Attributes, complexExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
363newComplexExt.SetAttributes(CloneAttributes(complexExt.Attributes));
System\Xml\Schema\XsdBuilder.cs (2)
2359_complexContentExtension.Attributes.Add(value); 2397(_complexContentExtension.Attributes.Count != 0 || _complexContentExtension.AnyAttribute != null)
System\Xml\Serialization\ImportContext.cs (1)
287attributes = complex.Attributes;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
949WriteSortedItems(o.Attributes);
System\Xml\Serialization\XmlSchemaExporter.cs (1)
677attributes = ((XmlSchemaComplexContentExtension)type.ContentModel.Content).Attributes;
System\Xml\Serialization\XmlSchemaImporter.cs (1)
699items.Attributes = complex.Attributes;
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
4183global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 12562global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes;