2 writes to IsOneWay
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (1)
179[OperationContract(IsOneWay = false,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
228[OperationContract(IsOneWay = false,
4 references to IsOneWay
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
974if (opAttr.IsOneWay && methodAttributes.Length > 0) 1037if (!opAttr.IsOneWay) 1066if (!opAttr.IsOneWay)
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContractAttribute.cs (1)
124if (!this.IsOneWay