2 writes to CallbackInstance
System.ServiceModel.Primitives (2)
System\ServiceModel\DuplexChannelFactory.cs (2)
137CallbackInstance = (InstanceContext)callbackInstance; 141CallbackInstance = new InstanceContext(callbackInstance);
5 references to CallbackInstance
System.ServiceModel.Primitives (5)
System\ServiceModel\ChannelFactory.cs (3)
524else if (CallbackInstance != null && CallbackInstance.UserObject != null) 531object implementation = CallbackInstance.UserObject;
System\ServiceModel\ClientBase.cs (1)
912_channel.InstanceContext = cf.CallbackInstance;
System\ServiceModel\DuplexChannelFactory.cs (1)
162return CreateChannel(CallbackInstance, address, via);