3 references to IsDuplex
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\CallbackBehaviorAttribute.cs (1)
41
if (!serviceEndpoint.Contract.
IsDuplex
())
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
283
if (serviceEndpoint.Contract.
IsDuplex
())
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
583
if (serviceEndpoint.Contract.
IsDuplex
())