1 write to UnhandledAttributes
System.Private.Xml (1)
System\Xml\Schema\Inference\Infer.cs (1)
2407
newElement.
UnhandledAttributes
= copyElement.UnhandledAttributes;
55 references to UnhandledAttributes
System.Data.Common (23)
System\Data\XMLSchema.cs (23)
384
XmlAttribute[]? nodeAttributes = node.
UnhandledAttributes
;
419
SetProperties(table, element.
UnhandledAttributes
);
420
SetExtProperties(table, element.
UnhandledAttributes
);
1076
HandleSimpleContentColumn(ccExtension.BaseTypeName.ToString(), table, isBase, ct.ContentModel.
UnhandledAttributes
, isNillable);
1080
HandleSimpleContentColumn(ccExtension.BaseTypeName.Name, table, isBase, ct.ContentModel.
UnhandledAttributes
, isNillable);
1114
HandleSimpleTypeSimpleContentColumn((XmlSchemaSimpleType)ct.BaseXmlSchemaType, ccExtension.BaseTypeName.Name, table, isBase, ct.ContentModel.
UnhandledAttributes
, isNillable);
1343
SetExtProperties(relation, keyref.
UnhandledAttributes
);
1382
SetExtProperties(fkc, keyref.
UnhandledAttributes
);
1423
SetExtProperties(key[0].Table!.Constraints[name]!, keyNode.
UnhandledAttributes
);
1428
SetExtProperties(found, keyNode.
UnhandledAttributes
);
1475
SetProperties(table, node.
UnhandledAttributes
);
1476
SetExtProperties(table, node.
UnhandledAttributes
);
1651
SetProperties(table, node.
UnhandledAttributes
);
1652
SetExtProperties(table, node.
UnhandledAttributes
);
2287
SetProperties(column, attr.
UnhandledAttributes
);
2288
HandleColumnExpression(column, attr.
UnhandledAttributes
);
2289
SetExtProperties(column, attr.
UnhandledAttributes
);
2473
SetProperties(column, el.
UnhandledAttributes
);
2474
HandleColumnExpression(column, el.
UnhandledAttributes
);
2475
SetExtProperties(column, el.
UnhandledAttributes
);
2609
SetProperties(_ds, node.
UnhandledAttributes
);
2610
SetExtProperties(_ds, node.
UnhandledAttributes
);
2812
XmlAttribute[]? attribs = node.
UnhandledAttributes
;
System.Private.Xml (32)
System\Xml\Schema\Inference\Infer.cs (1)
2407
newElement.UnhandledAttributes = copyElement.
UnhandledAttributes
;
System\Xml\Schema\SchemaSetCompiler.cs (1)
3073
to.SetUnhandledAttributes(from.
UnhandledAttributes
);
System\Xml\Serialization\ImportContext.cs (1)
437
XmlAttribute[]? attrs = (XmlAttribute[]?)((XmlSchemaAnnotated)item).
UnhandledAttributes
;
System\Xml\Serialization\SchemaObjectWriter.cs (27)
302
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
561
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
591
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
623
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
638
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
724
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
749
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
767
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
781
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
816
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
853
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
872
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
888
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
908
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
927
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
962
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
1015
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
1035
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
1078
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
1090
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
1115
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
1137
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
1154
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
1167
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
1213
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
1224
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
1260
WriteAttributes((XmlAttribute[]?)o.
@UnhandledAttributes
);
System\Xml\Serialization\XmlSchemas.cs (2)
305
if (e.
UnhandledAttributes
!= null)
307
foreach (XmlAttribute a in e.
UnhandledAttributes
)