2 writes to CallbackInstance
System.ServiceModel (2)
System\ServiceModel\DuplexChannelFactory.cs (2)
188this.CallbackInstance = (InstanceContext)callbackInstance; 192this.CallbackInstance = new InstanceContext(callbackInstance);
5 references to CallbackInstance
System.ServiceModel (5)
System\ServiceModel\ChannelFactory.cs (3)
846else if (this.CallbackInstance != null && this.CallbackInstance.UserObject != null) 853object implementation = this.CallbackInstance.UserObject;
System\ServiceModel\ClientBase.cs (1)
1121this.channel.InstanceContext = cf.CallbackInstance;
System\ServiceModel\DuplexChannelFactory.cs (1)
213return CreateChannel(this.CallbackInstance, address, via);