5 references to XmlAttributes
System.Private.Xml (5)
System\Xml\Serialization\Types.cs (1)
1283XmlAttributes methodAttrs = new XmlAttributes(enumerator);
System\Xml\Serialization\XmlReflectionImporter.cs (4)
256return new XmlAttributes(type); 263return new XmlAttributes(memberInfo); 1349XmlAttributes structAttrs = new XmlAttributes(xmlReflectionMember.MemberType!); 2262XmlAttributes a = new XmlAttributes(type);