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