6 references to MessageBodyMemberAttribute
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (2)
839GenerateMessageContractMemberAttribute<MessageBodyMemberAttribute>(order, setting, attributes, defaultName); 866CustomAttributeHelper.CreateOrOverridePropertyDeclaration(decl, MessageBodyMemberAttribute.OrderPropertyName, order);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (4)
24typeof(MessageBodyMemberAttribute), 1340if (memberInfo.IsDefined(typeof(MessageBodyMemberAttribute), false) || 1421MessageBodyMemberAttribute bodyAttr = ServiceReflector.GetSingleAttribute<MessageBodyMemberAttribute>(attrProvider, s_messageContractMemberAttributes);