4 writes to initialized
System (4)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (4)
98this.initialized = true; 380this.initialized = false; 511this.initialized = true; 538this.initialized = true;
3 references to initialized
System (3)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (3)
251if (initialized) 467if (!initialized && !DesignMode) { 482if (!initialized) {