23 references to Attributes
System.Data (2)
fx\src\data\System\Data\XMLSchema.cs (2)
921
HandleAttributes(ccRestriction.
Attributes
, table, isBase);
925
HandleAttributes(ccRestriction.
Attributes
, table, isBase);
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
480
dataContract = ImportType(typeName, restriction.Particle, restriction.
Attributes
, restriction.AnyAttribute, null /* baseTypeName */, complexType.Annotation);
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\SchemaUtility.cs (3)
258
contentRestriction.
Attributes
.Add(instanceId);
259
contentRestriction.
Attributes
.Add(sequenceId);
260
contentRestriction.
Attributes
.Add(messageNumber);
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3626
global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.
@Attributes
;
10016
global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.
@Attributes
;
System.Xml (15)
System\Xml\Schema\Preprocessor.cs (1)
1500
PreprocessAttributes(contentRestriction.
Attributes
, contentRestriction.AnyAttribute, contentRestriction);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
279
CleanupAttributes(complexRestriction.
Attributes
);
806
CompileLocalAttributes(baseType, complexType, complexRestriction.
Attributes
, complexRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1186
PreprocessAttributes(contentRestriction.
Attributes
, contentRestriction.AnyAttribute, contentRestriction);
System\Xml\Schema\SchemaSetCompiler.cs (2)
267
CleanupAttributes(complexRestriction.
Attributes
);
859
CompileLocalAttributes(baseType, complexType, complexRestriction.
Attributes
, complexRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
403
newComplexRest.SetAttributes(CloneAttributes(complexRest.
Attributes
));
System\Xml\Schema\XsdBuilder.cs (2)
2164
this.complexContentRestriction.
Attributes
.Add(value);
2199
(complexContentRestriction.
Attributes
.Count != 0 || complexContentRestriction.AnyAttribute != null)
System\Xml\Serialization\ImportContext.cs (1)
300
attributes = ((XmlSchemaComplexContentRestriction)content).
Attributes
;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
1046
WriteSortedItems(o.
Attributes
);
System\Xml\Serialization\SoapSchemaExporter.cs (1)
225
restriction.
Attributes
.Add(attr);
System\Xml\Serialization\SoapSchemaImporter.cs (2)
428
for (int i = 0; i < restriction.
Attributes
.Count; i++) {
429
XmlSchemaAttribute attribute = restriction.
Attributes
[i] as XmlSchemaAttribute;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
612
attributes = ((XmlSchemaComplexContentRestriction)type.ContentModel.Content).
Attributes
;