2 implementations of CallbackInstance
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1459InstanceContext IDuplexContextChannel.CallbackInstance
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
823public 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)
248duplexChannel.CallbackInstance = callbackInstance;
1 reference to CallbackInstance
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
827return ((IDuplexContextChannel)_serviceChannel).CallbackInstance;