2 writes to CallbackInstance
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexChannelFactory.cs (2)
179this.CallbackInstance = (InstanceContext)callbackInstance; 183this.CallbackInstance = new InstanceContext(callbackInstance);
5 references to CallbackInstance
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (3)
593else if (this.CallbackInstance != null && this.CallbackInstance.UserObject != null) 600object 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)
204return CreateChannel(this.CallbackInstance, address, via);