2 writes to workflowServiceHostCounterSetInstance
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Diagnostics\WorkflowServiceHostPerformanceCounters.cs (2)
276this.workflowServiceHostCounterSetInstance = CreateCounterSetInstance(this.InstanceName); 300this.workflowServiceHostCounterSetInstance = null;
4 references to workflowServiceHostCounterSetInstance
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Diagnostics\WorkflowServiceHostPerformanceCounters.cs (4)
278if (this.workflowServiceHostCounterSetInstance != null) 283this.counters[i] = this.workflowServiceHostCounterSetInstance.Counters[i]; 297if (disposing && this.workflowServiceHostCounterSetInstance != null) 299this.workflowServiceHostCounterSetInstance.Dispose();