5 references to IncrementBy
System.ServiceModel (3)
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.cs (1)
118
this.counters[(int)PerfCounters.CallDuration].
IncrementBy
(time);
System\ServiceModel\Diagnostics\OperationPerformanceCountersV2.cs (1)
115
this.counters[(int)PerfCounters.CallDuration].
IncrementBy
(time);
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (1)
134
this.counters[(int)PerfCounters.CallDuration].
IncrementBy
(time);
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Diagnostics\WorkflowServiceHostPerformanceCounters.cs (2)
426
this.counters[(int)PerfCounters.AverageWorkflowLoadTime].
IncrementBy
(time);
435
this.counters[(int)PerfCounters.AverageWorkflowPersistTime].
IncrementBy
(time);