2 writes to counterType
System (2)
services\monitoring\system\diagnosticts\CounterSample.cs (2)
40
this.
counterType
= counterType;
54
this.
counterType
= counterType;
3 references to counterType
System (3)
services\monitoring\system\diagnosticts\CounterSample.cs (3)
134
return this.
counterType
;
161
(
counterType
== sample.
counterType
) &&