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