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