16 references to Attributes
System.Data.Common (2)
System\Data\XMLSchema.cs (2)
616if (HasAttributes(ccRestriction.Attributes)) 1115HandleAttributes(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)
283attributes = restriction.Attributes;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
896WriteSortedItems(o.Attributes);
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
4427global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 12124global::System.Xml.Schema.XmlSchemaObjectCollection a_7 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes;