4 references to UserObject
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (2)
593else if (this.CallbackInstance != null && this.CallbackInstance.UserObject != null) 600object implementation = this.CallbackInstance.UserObject;
FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexChannelFactory.cs (2)
223if (callbackInstance.UserObject == null) 233Type userObjectType = callbackInstance.UserObject.GetType();