1 write to host
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
785this.host = host;
5 references to host
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\WorkflowServiceHost.cs (5)
795IAsyncResult result = this.host.durableInstanceManager.BeginClose( 802IAsyncResult result = this.host.BeginHostClose( 811thisPtr.host.durableInstanceManager.EndClose(result); 813thisPtr.host.WorkflowServiceHostPerformanceCounters.Dispose(); 821thisPtr.host.EndHostClose(result);