1 write to createChannelMethodInfo
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
289
this.
createChannelMethodInfo
= this.channelFactoryType.GetMethod("CreateChannel", new Type[0] { });
1 reference to createChannelMethodInfo
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
307
return this.
createChannelMethodInfo
;