4 types derived from PerformanceCountersBase
System.ServiceModel (4)
System\ServiceModel\Diagnostics\DefaultPerformanceCounters.cs (1)
11
internal class DefaultPerformanceCounters :
PerformanceCountersBase
System\ServiceModel\Diagnostics\EndpointPerformanceCountersBase.cs (1)
13
abstract class EndpointPerformanceCountersBase :
PerformanceCountersBase
System\ServiceModel\Diagnostics\OperationPerformanceCountersBase.cs (1)
13
abstract class OperationPerformanceCountersBase :
PerformanceCountersBase
System\ServiceModel\Diagnostics\ServicePerformanceCountersBase.cs (1)
14
abstract class ServicePerformanceCountersBase :
PerformanceCountersBase
4 references to PerformanceCountersBase
System.ServiceModel (4)
System\ServiceModel\Diagnostics\SystemDiagnosticsPerformanceCountersExtension.cs (4)
12
static internal void Increment(this
PerformanceCountersBase
thisPtr, PerformanceCounter[] counters, int counterIndex)
39
static internal void IncrementBy(this
PerformanceCountersBase
thisPtr, PerformanceCounter[] counters, int counterIndex, long time)
66
static internal void Set(this
PerformanceCountersBase
thisPtr, PerformanceCounter[] counters, int counterIndex, long value)
90
static internal void Decrement(this
PerformanceCountersBase
thisPtr, PerformanceCounter[] counters, int counterIndex)