6 references to XmlAttributes
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (1)
1315
XmlAttributes methodAttrs = new
XmlAttributes
(customAttribs);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (4)
248
return new
XmlAttributes
(type.GetTypeInfo().GetCustomAttributes());
256
return customAttribs != null ? new
XmlAttributes
(customAttribs) : null;
1342
XmlAttributes structAttrs = new
XmlAttributes
(xmlReflectionMember.MemberType.GetTypeInfo().GetCustomAttributes());
2249
XmlAttributes a = new
XmlAttributes
(type.GetTypeInfo().GetCustomAttributes());
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
837
member.XmlAttributes = new
XmlAttributes
(additionalAttributesProvider.GetCustomAttributes());