16 references to ServiceModelAttributeTargets
System.ServiceModel.Primitives (16)
System\ServiceModel\DataContractFormatAttribute.cs (2)
9[AttributeUsage(ServiceModelAttributeTargets.ServiceContract | ServiceModelAttributeTargets.OperationContract, Inherited = false, AllowMultiple = false)]
System\ServiceModel\DeliveryRequirementsAttribute.cs (1)
14[AttributeUsage(ServiceModelAttributeTargets.ContractBehavior, AllowMultiple = true)]
System\ServiceModel\FaultContractAttribute.cs (1)
12[AttributeUsage(ServiceModelAttributeTargets.OperationContract, AllowMultiple = true, Inherited = false)]
System\ServiceModel\MessageBodyMemberAttribute.cs (1)
8[AttributeUsage(ServiceModelAttributeTargets.MessageMember, Inherited = false)]
System\ServiceModel\MessageContractAttribute.cs (1)
12[AttributeUsage(ServiceModelAttributeTargets.MessageContract, AllowMultiple = false)]
System\ServiceModel\MessageHeaderArrayAttribute.cs (1)
7[AttributeUsage(ServiceModelAttributeTargets.MessageMember, AllowMultiple = false, Inherited = false)]
System\ServiceModel\MessageHeaderAttribute.cs (1)
8[AttributeUsage(ServiceModelAttributeTargets.MessageMember, AllowMultiple = false, Inherited = false)]
System\ServiceModel\MessageParameterAttribute.cs (1)
8[AttributeUsage(ServiceModelAttributeTargets.Parameter, Inherited = false)]
System\ServiceModel\MessagePropertyAttribute.cs (1)
7[AttributeUsage(ServiceModelAttributeTargets.MessageMember, Inherited = false)]
System\ServiceModel\OperationContractAttribute.cs (1)
13[AttributeUsage(ServiceModelAttributeTargets.OperationContract)]
System\ServiceModel\ServiceContractAttribute.cs (1)
12[AttributeUsage(ServiceModelAttributeTargets.ServiceContract, Inherited = false, AllowMultiple = false)]
System\ServiceModel\ServiceKnownTypeAttribute.cs (2)
8[AttributeUsage(ServiceModelAttributeTargets.ServiceContract | ServiceModelAttributeTargets.OperationContract, Inherited = true, AllowMultiple = true)]
System\ServiceModel\XmlSerializerFormatAttribute.cs (2)
8[AttributeUsage(ServiceModelAttributeTargets.ServiceContract | ServiceModelAttributeTargets.OperationContract, Inherited = false, AllowMultiple = false)]