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);
967
return XsdTypeName(type,
GetAttributes
(type, false), typeDesc.Name);
1010
XmlAttributes a =
GetAttributes
(type, false);
1194
XmlAttributes a =
GetAttributes
(model.Type, false);