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