2 writes to CallbackInstance
System.ServiceModel (2)
System\ServiceModel\DuplexChannelFactory.cs (2)
188
this.
CallbackInstance
= (InstanceContext)callbackInstance;
192
this.
CallbackInstance
= new InstanceContext(callbackInstance);
5 references to CallbackInstance
System.ServiceModel (5)
System\ServiceModel\ChannelFactory.cs (3)
846
else if (this.
CallbackInstance
!= null && this.
CallbackInstance
.UserObject != null)
853
object implementation = this.
CallbackInstance
.UserObject;
System\ServiceModel\ClientBase.cs (1)
1121
this.channel.InstanceContext = cf.
CallbackInstance
;
System\ServiceModel\DuplexChannelFactory.cs (1)
213
return CreateChannel(this.
CallbackInstance
, address, via);