37 references to Attributes
System.Data (4)
fx\src\data\System\Data\DataSet.cs (1)
3544
foreach (XmlSchemaAttribute a in ct.
Attributes
)
fx\src\data\System\Data\XMLSchema.cs (3)
525
if (HasAttributes(ct.
Attributes
))
952
HandleAttributes(ct.
Attributes
, table, isBase);
956
HandleAttributes(ct.
Attributes
, table, isBase);
System.Runtime.Serialization (7)
System\Runtime\Serialization\SchemaExporter.cs (3)
177
AddReferenceAttributes(type.
Attributes
, schema);
410
AddReferenceAttributes(type.
Attributes
, schema);
478
type.
Attributes
.Add(iSerializableFactoryTypeAttribute);
System\Runtime\Serialization\SchemaImporter.cs (4)
457
dataContract = ImportType(typeName, complexType.Particle, complexType.
Attributes
, complexType.AnyAttribute, null /* baseTypeName */, complexType.Annotation);
791
if (xsdType.AnyAttribute != null || (xsdType.
Attributes
!= null && xsdType.
Attributes
.Count > 0))
816
if (xsdType.AnyAttribute == null || xsdType.
Attributes
.Count > 0)
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
118
outerType.
Attributes
.Add(nqAttr);
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3175
global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.
@Attributes
;
9142
global::System.Xml.Schema.XmlSchemaObjectCollection a_11 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.
@Attributes
;
System.Xml (23)
System\Xml\Schema\Inference\Infer.cs (5)
1276
xsa = AddAttribute(xtr.LocalName, xtr.Prefix, xtr.NamespaceURI, xtr.Value, bCreatingNewType, parentSchema, ct.
Attributes
, ct.AttributeUses);
1298
ct.
Attributes
.Add(scExtension.Attributes[i]);
1310
sourceCollection = ct.
Attributes
;
1316
ct.
Attributes
.Clear(); //Clear from pre-compiled property, post compiled will be cleared on Re-process and Compile()
1411
SwitchUseToOptional(ct.
Attributes
, attributesInInstance);
System\Xml\Schema\Preprocessor.cs (2)
1410
if (complexType.Particle != null || complexType.
Attributes
!= null) {
1512
PreprocessAttributes(complexType.
Attributes
, complexType.AnyAttribute, complexType);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
285
CleanupAttributes(complexType.
Attributes
);
588
CompileLocalAttributes(XmlSchemaComplexType.AnyType, complexType, complexType.
Attributes
, complexType.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1096
if (complexType.Particle != null || complexType.
Attributes
!= null) {
1198
PreprocessAttributes(complexType.
Attributes
, complexType.AnyAttribute, complexType);
System\Xml\Schema\SchemaSetCompiler.cs (2)
273
CleanupAttributes(complexType.
Attributes
);
656
CompileLocalAttributes(XmlSchemaComplexType.AnyType, complexType, complexType.
Attributes
, complexType.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
416
complexType.SetAttributes(CloneAttributes(complexType.
Attributes
));
System\Xml\Schema\XsdBuilder.cs (4)
1528
(builder.complexType.Particle != null || builder.complexType.
Attributes
.Count != 0 || builder.complexType.AnyAttribute != null)
1586
(builder.complexType.Particle != null || builder.complexType.
Attributes
.Count != 0 || builder.complexType.AnyAttribute != null)
2140
this.complexType.
Attributes
.Add(value);
2182
(complexType.
Attributes
.Count != 0 || complexType.AnyAttribute != null) ||
System\Xml\Serialization\ImportContext.cs (1)
323
attributes = ct.
Attributes
;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
698
WriteSortedItems(o.
Attributes
);
System\Xml\Serialization\SoapSchemaImporter.cs (1)
319
XmlSchemaObjectCollection items = type.
Attributes
;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
621
attributes = type.
Attributes
;
System\Xml\Serialization\XmlSchemaImporter.cs (1)
730
items.Attributes = ct.
Attributes
;