19 references to Attributes
System.Data (2)
fx\src\data\System\Data\XMLSchema.cs (2)
898HandleAttributes(ccExtension.Attributes, table, isBase); 916HandleAttributes(ccExtension.Attributes, table, isBase);
System.Runtime.Serialization (2)
System\Runtime\Serialization\SchemaExporter.cs (1)
168AddReferenceAttributes(extension.Attributes, schema);
System\Runtime\Serialization\SchemaImporter.cs (1)
473dataContract = ImportType(typeName, extension.Particle, extension.Attributes, extension.AnyAttribute, extension.BaseTypeName, complexType.Annotation);
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3554global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 10111global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes;
System.Xml (13)
System\Xml\Schema\Preprocessor.cs (1)
1485PreprocessAttributes(contentExtension.Attributes, contentExtension.AnyAttribute, contentExtension);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
273CleanupAttributes(complexExtension.Attributes); 753CompileLocalAttributes(baseType, complexType, complexExtension.Attributes, complexExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1171PreprocessAttributes(contentExtension.Attributes, contentExtension.AnyAttribute, contentExtension);
System\Xml\Schema\SchemaSetCompiler.cs (2)
261CleanupAttributes(complexExtension.Attributes); 804CompileLocalAttributes(baseType, complexType, complexExtension.Attributes, complexExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
393newComplexExt.SetAttributes(CloneAttributes(complexExt.Attributes));
System\Xml\Schema\XsdBuilder.cs (2)
2158this.complexContentExtension.Attributes.Add(value); 2191(complexContentExtension.Attributes.Count != 0 || complexContentExtension.AnyAttribute != null)
System\Xml\Serialization\ImportContext.cs (1)
312attributes = extension.Attributes;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
789WriteSortedItems(o.Attributes);
System\Xml\Serialization\XmlSchemaExporter.cs (1)
614attributes = ((XmlSchemaComplexContentExtension)type.ContentModel.Content).Attributes;
System\Xml\Serialization\XmlSchemaImporter.cs (1)
718items.Attributes = extension.Attributes;