16 references to Attributes
System.Data (2)
fx\src\data\System\Data\XMLSchema.cs (2)
536if (HasAttributes(ccRestriction.Attributes)) 943HandleAttributes(ccRestriction.Attributes, table, isBase);
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3774global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 9821global::System.Xml.Schema.XmlSchemaObjectCollection a_7 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes;
System.Xml (12)
System\Xml\Schema\Preprocessor.cs (1)
1450PreprocessAttributes(contentRestriction.Attributes, contentRestriction.AnyAttribute, contentRestriction);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
265CleanupAttributes(simpleRestriction.Attributes); 727CompileLocalAttributes(baseType, complexType, simpleRestriction.Attributes, simpleRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1136PreprocessAttributes(contentRestriction.Attributes, contentRestriction.AnyAttribute, contentRestriction);
System\Xml\Schema\SchemaSetCompiler.cs (2)
253CleanupAttributes(simpleRestriction.Attributes); 785CompileLocalAttributes(baseType, complexType, simpleRestriction.Attributes, simpleRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
379newSimpleRest.SetAttributes(CloneAttributes(simpleRest.Attributes));
System\Xml\Schema\XsdBuilder.cs (3)
1372builder.simpleContentRestriction.Attributes.Count != 0 || 1942if (builder.simpleContentRestriction.Attributes.Count != 0 || (builder.simpleContentRestriction.AnyAttribute != null)) { 2146this.simpleContentRestriction.Attributes.Add(value);
System\Xml\Serialization\ImportContext.cs (1)
308attributes = restriction.Attributes;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
745WriteSortedItems(o.Attributes);