2 implementations of CallbackInstance
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1457InstanceContext IDuplexContextChannel.CallbackInstance
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
838public 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)
206duplexChannel.CallbackInstance = callbackInstance;
1 reference to CallbackInstance
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
842return ((IDuplexContextChannel)_serviceChannel).CallbackInstance;