4 references to ServiceContract
System.ServiceModel (4)
System\ServiceModel\DataContractFormatAttribute.cs (1)
9
[AttributeUsage(ServiceModelAttributeTargets.
ServiceContract
| ServiceModelAttributeTargets.OperationContract, Inherited = false, AllowMultiple = false)]
System\ServiceModel\ServiceContractAttribute.cs (1)
15
[AttributeUsage(ServiceModelAttributeTargets.
ServiceContract
, Inherited = false, AllowMultiple = false)]
System\ServiceModel\ServiceKnownTypeAttribute.cs (1)
7
[AttributeUsage(ServiceModelAttributeTargets.
ServiceContract
| ServiceModelAttributeTargets.OperationContract, Inherited = true, AllowMultiple = true)]
System\ServiceModel\XmlSerializerFormatAttribute.cs (1)
8
[AttributeUsage(ServiceModelAttributeTargets.
ServiceContract
| ServiceModelAttributeTargets.OperationContract, Inherited = false, AllowMultiple = false)]