6 references to GetAttributes
System.Private.Xml (6)
System\Xml\Serialization\XmlReflectionImporter.cs (6)
270
XmlAttributes a =
GetAttributes
(model.Type, true);
420
a ??=
GetAttributes
(model.Type, false);
731
a ??=
GetAttributes
(model.Type, false);
963
return XsdTypeName(type,
GetAttributes
(type, false), typeDesc.Name);
1006
XmlAttributes a =
GetAttributes
(type, false);
1190
XmlAttributes a =
GetAttributes
(model.Type, false);