5 references to DuplexCallbackType
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (2)
167if (context.DuplexCallbackType == null) 190if (context.DuplexCallbackType != null)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationContractGenerationContext.cs (1)
147get { return !(_declaringType == _contract.ContractType || _declaringType == _contract.DuplexCallbackType); }
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (2)
271CodeTypeDeclaration declaringType = isCallback ? _context.DuplexCallbackType : _context.ContractType; 365if (context.DuplexCallbackType != null)