2 implementations of CallbackInstance
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1459
InstanceContext IDuplexContextChannel.
CallbackInstance
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
823
public InstanceContext
CallbackInstance
2 writes to CallbackInstance
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
832
((IDuplexContextChannel)_serviceChannel).
CallbackInstance
= value;
FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexChannelFactory.cs (1)
248
duplexChannel.
CallbackInstance
= callbackInstance;
1 reference to CallbackInstance
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
827
return ((IDuplexContextChannel)_serviceChannel).
CallbackInstance
;