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