2 writes to CallbackInstance
System.ServiceModel.Primitives (2)
System\ServiceModel\DuplexChannelFactory.cs (2)
137
CallbackInstance
= (InstanceContext)callbackInstance;
141
CallbackInstance
= new InstanceContext(callbackInstance);
5 references to CallbackInstance
System.ServiceModel.Primitives (5)
System\ServiceModel\ChannelFactory.cs (3)
524
else if (
CallbackInstance
!= null &&
CallbackInstance
.UserObject != null)
531
object implementation =
CallbackInstance
.UserObject;
System\ServiceModel\ClientBase.cs (1)
912
_channel.InstanceContext = cf.
CallbackInstance
;
System\ServiceModel\DuplexChannelFactory.cs (1)
162
return CreateChannel(
CallbackInstance
, address, via);