6 references to XmlAttributes
System.Private.Xml (5)
System\Xml\Serialization\Types.cs (1)
1305XmlAttributes methodAttrs = new XmlAttributes(enumerator);
System\Xml\Serialization\XmlReflectionImporter.cs (4)
256return new XmlAttributes(type); 263return new XmlAttributes(memberInfo); 1353XmlAttributes structAttrs = new XmlAttributes(xmlReflectionMember.MemberType!); 2296XmlAttributes a = new XmlAttributes(type);
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
1086member.XmlAttributes = new XmlAttributes(additionalAttributesProvider);