15 references to Attributes
System.Data.Common (2)
System\Data\XMLSchema.cs (2)
1093
HandleAttributes(ccRestriction.
Attributes
, table, isBase);
1097
HandleAttributes(ccRestriction.
Attributes
, table, isBase);
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
472
dataContract = ImportType(typeName, restriction.Particle, restriction.
Attributes
, restriction.AnyAttribute, null /* baseTypeName */, complexType.Annotation);
System.Private.Xml (12)
System\Xml\Schema\Preprocessor.cs (1)
1818
PreprocessAttributes(contentRestriction.
Attributes
, contentRestriction.AnyAttribute, contentRestriction);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
357
CleanupAttributes(complexRestriction.
Attributes
);
1022
CompileLocalAttributes(baseType, complexType, complexRestriction.
Attributes
, complexRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1481
PreprocessAttributes(contentRestriction.
Attributes
, contentRestriction.AnyAttribute, contentRestriction);
System\Xml\Schema\SchemaSetCompiler.cs (2)
345
CleanupAttributes(complexRestriction.
Attributes
);
1101
CompileLocalAttributes(baseType, complexType, complexRestriction.
Attributes
, complexRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
375
newComplexRest.SetAttributes(CloneAttributes(complexRest.
Attributes
));
System\Xml\Schema\XsdBuilder.cs (2)
2366
_complexContentRestriction.
Attributes
.Add(value);
2406
(_complexContentRestriction.
Attributes
.Count != 0 || _complexContentRestriction.AnyAttribute != null)
System\Xml\Serialization\ImportContext.cs (1)
277
attributes = ((XmlSchemaComplexContentRestriction)content).
Attributes
;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
1248
WriteSortedItems(o.
Attributes
);
System\Xml\Serialization\XmlSchemaExporter.cs (1)
675
attributes = ((XmlSchemaComplexContentRestriction)type.ContentModel.Content).
Attributes
;