5 writes to isReadOnly
System (5)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (5)
75
this.
isReadOnly
= true;
87
this.
isReadOnly
= true;
97
this.
isReadOnly
= true;
120
this.
isReadOnly
= readOnly;
303
this.
isReadOnly
= value;
5 references to isReadOnly
System (5)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (5)
295
return
isReadOnly
;
299
if (value != this.
isReadOnly
) {
435
if (
isReadOnly
)
447
if (
isReadOnly
)
598
if (
isReadOnly
)