1 write to DuplexCallbackTypeReference
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
317this.context.DuplexCallbackTypeReference = callbackContractReference;
2 references to DuplexCallbackTypeReference
System.ServiceModel (2)
System\ServiceModel\Description\ServiceContractGenerator.cs (2)
388operationContext.DeclaringTypeReference = operationDescription.IsServerInitiated() ? context.DuplexCallbackTypeReference : context.ContractTypeReference; 421serviceContractAttr.Arguments.Add(new CodeAttributeArgument("CallbackContract", new CodeTypeOfExpression(context.DuplexCallbackTypeReference)));