14 references to Attributes
System.Data.Common (2)
System\Data\XMLSchema.cs (2)
616if (HasAttributes(ccRestriction.Attributes)) 1121HandleAttributes(ccRestriction.Attributes, table, isBase);
System.Private.Xml (12)
System\Xml\Schema\Preprocessor.cs (1)
1753PreprocessAttributes(contentRestriction.Attributes, contentRestriction.AnyAttribute, contentRestriction);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
341CleanupAttributes(simpleRestriction.Attributes); 922CompileLocalAttributes(baseType, complexType, simpleRestriction.Attributes, simpleRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1418PreprocessAttributes(contentRestriction.Attributes, contentRestriction.AnyAttribute, contentRestriction);
System\Xml\Schema\SchemaSetCompiler.cs (2)
330CleanupAttributes(simpleRestriction.Attributes); 1005CompileLocalAttributes(baseType, complexType, simpleRestriction.Attributes, simpleRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
347newSimpleRest.SetAttributes(CloneAttributes(simpleRest.Attributes));
System\Xml\Schema\XsdBuilder.cs (3)
1461builder._simpleContentRestriction.Attributes.Count != 0 || 2109if (builder._simpleContentRestriction!.Attributes.Count != 0 || (builder._simpleContentRestriction.AnyAttribute != null)) 2345_simpleContentRestriction.Attributes.Add(value);
System\Xml\Serialization\ImportContext.cs (1)
285attributes = restriction.Attributes;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
896WriteSortedItems(o.Attributes);