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)
974
if (opAttr.
IsOneWay
&& methodAttributes.Length > 0)
1037
if (!opAttr.
IsOneWay
)
1066
if (!opAttr.
IsOneWay
)
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContractAttribute.cs (1)
124
if (!this.
IsOneWay