20 writes to IsOneWay
Binding.Tcp.IntegrationTests (2)
OperationContextAsyncFlowTests.cs (2)
183[OperationContract(IsOneWay = true)] 189[OperationContract(IsOneWay = true)]
Client.TypedClient.IntegrationTests (2)
TypedProxyTests.4.0.0.cs (2)
438[OperationContract(IsOneWay = true)] 444[OperationContract(IsOneWay = true)]
ScenarioTests.Common.Tests (14)
ServiceInterfaces.cs (14)
316[OperationContract(IsOneWay = true)] 322[OperationContract(IsOneWay = true)] 478[OperationContract(IsOneWay = true)] 485[OperationContract(IsOneWay = true)] 488[OperationContract(IsOneWay = true)] 491[OperationContract(IsOneWay = true)] 494[OperationContract(IsOneWay = true)] 497[OperationContract(IsOneWay = true)] 501[OperationContract(IsOneWay = true)] 507[OperationContract(IsOneWay = true)] 510[OperationContract(IsOneWay = true)] 513[OperationContract(IsOneWay = true)] 618[OperationContract(IsOneWay = true)] 899[OperationContract(IsOneWay = true)]
UnitTests.Common (2)
ServiceInterfaces.cs (2)
159[OperationContract(IsOneWay = true)] 165[OperationContract(IsOneWay = true)]
4 references to IsOneWay
System.ServiceModel.Primitives (4)
System\ServiceModel\Description\TypeLoader.cs (3)
989if (opAttr.IsOneWay && methodAttributes.Length > 0) 1054if (!opAttr.IsOneWay) 1083if (!opAttr.IsOneWay)
System\ServiceModel\OperationContractAttribute.cs (1)
106if (!IsOneWay