2 implementations of CallbackInstance
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1457
InstanceContext IDuplexContextChannel.
CallbackInstance
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
838
public InstanceContext
CallbackInstance
2 writes to CallbackInstance
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
847
((IDuplexContextChannel)_serviceChannel).
CallbackInstance
= value;
System\ServiceModel\DuplexChannelFactory.cs (1)
206
duplexChannel.
CallbackInstance
= callbackInstance;
1 reference to CallbackInstance
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
842
return ((IDuplexContextChannel)_serviceChannel).
CallbackInstance
;