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