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