14 references to Attributes
System.Data.Common (2)
System\Data\XMLSchema.cs (2)
616
if (HasAttributes(ccRestriction.
Attributes
))
1121
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)
285
attributes = restriction.
Attributes
;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
896
WriteSortedItems(o.
Attributes
);