1 instantiation of MPPerformanceCounter
Microsoft.Build.Engine (1)
Logging\ParallelLogger\ParallelConsoleLogger.cs (1)
1475counter = new MPPerformanceCounter(scopeName);
12 references to MPPerformanceCounter
Microsoft.Build.Engine (12)
Logging\ParallelLogger\ParallelConsoleLogger.cs (12)
493MPPerformanceCounter counter = GetPerformanceCounter(e.ProjectFile, ref projectPerformanceCounters); 549MPPerformanceCounter counter = GetPerformanceCounter(e.ProjectFile, ref projectPerformanceCounters); 719MPPerformanceCounter counter = GetPerformanceCounter(e.TargetName, ref targetPerformanceCounters); 736MPPerformanceCounter counter = GetPerformanceCounter(e.TargetName, ref targetPerformanceCounters); 807MPPerformanceCounter counter = GetPerformanceCounter(e.TaskName, ref taskPerformanceCounters); 823MPPerformanceCounter counter = GetPerformanceCounter(e.TaskName, ref taskPerformanceCounters); 1462internal static new MPPerformanceCounter GetPerformanceCounter(string scopeName, ref Hashtable table) 1470MPPerformanceCounter counter = (MPPerformanceCounter)table[scopeName]; 1519MPPerformanceCounter entryPoint = GetPerformanceCounter(projectTargetNames, ref internalPerformanceCounters); 1551MPPerformanceCounter entryPoint = GetPerformanceCounter(projectTargetNames, ref internalPerformanceCounters); 1592foreach (MPPerformanceCounter counter in internalPerformanceCounters.Values)