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