17 references to Attributes
System.Data.Common (2)
System\Data\XMLSchema.cs (2)
1064HandleAttributes(ccExtension.Attributes, table, isBase); 1086HandleAttributes(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)
289attributes = 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)
722items.Attributes = complex.Attributes;