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