2 writes to MutexName
System (2)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (2)
610
data.
MutexName
= categoryName;
676
data.
MutexName
= "Global\\" + categoryName;
5 references to MutexName
System (5)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (5)
727
SharedUtils.EnterMutexWithoutGlobal(categoryData.
MutexName
, ref mutex);
989
SharedUtils.EnterMutexWithoutGlobal(categoryData.
MutexName
, ref mutex);
1121
SharedUtils.EnterMutexWithoutGlobal(categoryData.
MutexName
, ref mutex);
1299
SharedUtils.EnterMutexWithoutGlobal(categoryData.
MutexName
, ref mutex);
1338
SharedUtils.EnterMutexWithoutGlobal(categoryData.
MutexName
, ref mutex);