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