4 references to UserObject
System.ServiceModel.Primitives (4)
System\ServiceModel\ChannelFactory.cs (2)
524
else if (CallbackInstance != null && CallbackInstance.
UserObject
!= null)
531
object implementation = CallbackInstance.
UserObject
;
System\ServiceModel\DuplexChannelFactory.cs (2)
181
if (callbackInstance.
UserObject
== null)
191
Type userObjectType = callbackInstance.
UserObject
.GetType();