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