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