2 writes to s_libraryTable
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceCounterLib.cs (2)
324
s_libraryTable
= null;
986
PerformanceCounterLib.
s_libraryTable
??= new Hashtable();
8 references to s_libraryTable
System.Diagnostics.PerformanceCounter (8)
System\Diagnostics\PerformanceCounterLib.cs (8)
314
if (
s_libraryTable
!= null)
319
if (
s_libraryTable
!= null)
321
foreach (PerformanceCounterLib library in
s_libraryTable
.Values)
332
if (
s_libraryTable
!= null)
334
foreach (PerformanceCounterLib library in
s_libraryTable
.Values)
989
if (PerformanceCounterLib.
s_libraryTable
.Contains(libraryKey))
991
return (PerformanceCounterLib)PerformanceCounterLib.
s_libraryTable
[libraryKey];
996
PerformanceCounterLib.
s_libraryTable
[libraryKey] = library;