2 writes to CallbackInstance
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexChannelFactory.cs (2)
179
this.
CallbackInstance
= (InstanceContext)callbackInstance;
183
this.
CallbackInstance
= new InstanceContext(callbackInstance);
5 references to CallbackInstance
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (3)
593
else if (this.
CallbackInstance
!= null && this.
CallbackInstance
.UserObject != null)
600
object implementation = this.
CallbackInstance
.UserObject;
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
535
_channel.InstanceContext = cf.
CallbackInstance
;
FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexChannelFactory.cs (1)
204
return CreateChannel(this.
CallbackInstance
, address, via);