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