19 references to Attributes
System.Data.Common (2)
System\Data\XMLSchema.cs (2)
610if (HasAttributes(ccExtension.Attributes)) 1106HandleAttributes(ccExtension.Attributes, table, isBase);
System.Private.Xml (17)
System\Xml\Schema\Inference\Infer.cs (5)
1258xsa = AddAttribute(_xtr.LocalName, _xtr.Prefix, _xtr.NamespaceURI, _xtr.Value, bCreatingNewType, parentSchema, sce.Attributes, ct.AttributeUses); 1284for (int i = 0; i < scExtension.Attributes.Count; ++i) //since simpleContent is being cleared 1286ct.Attributes.Add(scExtension.Attributes[i]); 1306simpleContentExtension.Attributes.Add(attr!); 1406SwitchUseToOptional(xssce.Attributes, attributesInInstance);
System\Xml\Schema\Preprocessor.cs (1)
1734PreprocessAttributes(contentExtension.Attributes, contentExtension.AnyAttribute, contentExtension);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
336CleanupAttributes(simpleExtension.Attributes); 837CompileLocalAttributes(baseType, complexType, simpleExtension.Attributes, simpleExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1399PreprocessAttributes(contentExtension.Attributes, contentExtension.AnyAttribute, contentExtension);
System\Xml\Schema\SchemaSetCompiler.cs (2)
325CleanupAttributes(simpleExtension.Attributes); 917CompileLocalAttributes(baseType, complexType, simpleExtension.Attributes, simpleExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
339newSimpleExt.SetAttributes(CloneAttributes(simpleExt.Attributes));
System\Xml\Schema\XsdBuilder.cs (1)
2352_simpleContentExtension.Attributes.Add(value);
System\Xml\Serialization\ImportContext.cs (1)
295attributes = simple.Attributes;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
878WriteSortedItems(o.Attributes);
System\Xml\Serialization\XmlSchemaExporter.cs (1)
679attributes = ((XmlSchemaSimpleContentExtension)type.ContentModel.Content).Attributes;
System\Xml\Serialization\XmlSchemaImporter.cs (1)
728items.Attributes = simple.Attributes;