17 references to Attributes
System.Data.Common (2)
System\Data\XMLSchema.cs (2)
1064
HandleAttributes(ccExtension.
Attributes
, table, isBase);
1086
HandleAttributes(ccExtension.
Attributes
, table, isBase);
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaExporter.cs (1)
162
AddReferenceAttributes(extension.
Attributes
, schema);
System\Runtime\Serialization\SchemaImporter.cs (1)
466
dataContract = ImportType(typeName, extension.Particle, extension.
Attributes
, extension.AnyAttribute, extension.BaseTypeName, complexType.Annotation);
System.Private.Xml (13)
System\Xml\Schema\Preprocessor.cs (1)
1797
PreprocessAttributes(contentExtension.
Attributes
, contentExtension.AnyAttribute, contentExtension);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
351
CleanupAttributes(complexExtension.
Attributes
);
955
CompileLocalAttributes(baseType, complexType, complexExtension.
Attributes
, complexExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1462
PreprocessAttributes(contentExtension.
Attributes
, contentExtension.AnyAttribute, contentExtension);
System\Xml\Schema\SchemaSetCompiler.cs (2)
339
CleanupAttributes(complexExtension.
Attributes
);
1031
CompileLocalAttributes(baseType, complexType, complexExtension.
Attributes
, complexExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
363
newComplexExt.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)
289
attributes = complex.
Attributes
;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
949
WriteSortedItems(o.
Attributes
);
System\Xml\Serialization\XmlSchemaExporter.cs (1)
677
attributes = ((XmlSchemaComplexContentExtension)type.ContentModel.Content).
Attributes
;
System\Xml\Serialization\XmlSchemaImporter.cs (1)
722
items.Attributes = complex.
Attributes
;