23 references to Attributes
System.Data (2)
fx\src\data\System\Data\XMLSchema.cs (2)
532if (HasAttributes(ccExtension.Attributes)) 932HandleAttributes(ccExtension.Attributes, table, isBase);
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
85innerExt.Attributes.Add(dAttr);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
499scopesTypeContentExtension.Attributes.Add(matchBy);
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3827global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 9741global::System.Xml.Schema.XmlSchemaObjectCollection a_5 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes;
System.Xml (17)
System\Xml\Schema\Inference\Infer.cs (5)
1272xsa = AddAttribute(xtr.LocalName, xtr.Prefix, xtr.NamespaceURI, xtr.Value, bCreatingNewType, parentSchema, sce.Attributes, ct.AttributeUses); 1296for (int i = 0; i < scExtension.Attributes.Count; ++i) //since simpleContent is being cleared 1298ct.Attributes.Add(scExtension.Attributes[i]); 1314simpleContentExtension.Attributes.Add(attr); 1408SwitchUseToOptional(xssce.Attributes, attributesInInstance);
System\Xml\Schema\Preprocessor.cs (1)
1435PreprocessAttributes(contentExtension.Attributes, contentExtension.AnyAttribute, contentExtension);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
261CleanupAttributes(simpleExtension.Attributes); 661CompileLocalAttributes(baseType, complexType, simpleExtension.Attributes, simpleExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1121PreprocessAttributes(contentExtension.Attributes, contentExtension.AnyAttribute, contentExtension);
System\Xml\Schema\SchemaSetCompiler.cs (2)
249CleanupAttributes(simpleExtension.Attributes); 719CompileLocalAttributes(baseType, complexType, simpleExtension.Attributes, simpleExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
372newSimpleExt.SetAttributes(CloneAttributes(simpleExt.Attributes));
System\Xml\Schema\XsdBuilder.cs (1)
2152this.simpleContentExtension.Attributes.Add(value);
System\Xml\Serialization\ImportContext.cs (1)
318attributes = extension.Attributes;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
729WriteSortedItems(o.Attributes);
System\Xml\Serialization\XmlSchemaExporter.cs (1)
616attributes = ((XmlSchemaSimpleContentExtension)type.ContentModel.Content).Attributes;
System\Xml\Serialization\XmlSchemaImporter.cs (1)
724items.Attributes = extension.Attributes;