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