5 references to IncrementBy
System (2)
net\System\Net\_NetworkingPerfCounters.cs (2)
140
cp.InstanceCounter.
IncrementBy
(amount);
141
cp.GlobalCounter.
IncrementBy
(amount);
System.Runtime.Caching (2)
System\Caching\PerfCounters.cs (2)
127
counter.
IncrementBy
(value);
141
counter.
IncrementBy
(-value);
System.ServiceModel (1)
System\ServiceModel\Diagnostics\SystemDiagnosticsPerformanceCountersExtension.cs (1)
49
counter.
IncrementBy
(time);