1 write to channelFactoryType
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
287
this.
channelFactoryType
= typeof(ChannelFactory<>).MakeGenericType(typeArguments);
3 references to channelFactoryType
System.WorkflowServices (3)
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (3)
289
this.createChannelMethodInfo = this.
channelFactoryType
.GetMethod("CreateChannel", new Type[0] { });
290
this.createChannelWithCustomAddressMethodInfo = this.
channelFactoryType
.GetMethod("CreateChannel", new Type[1] { typeof(EndpointAddress) });
299
return this.
channelFactoryType
;