8 references to GetPerformanceCounter
Microsoft.Build (8)
Logging\SerialConsoleLogger.cs (8)
264PerformanceCounter counter = GetPerformanceCounter(e.ProjectFile, ref projectPerformanceCounters); 295PerformanceCounter counter = GetPerformanceCounter(e.ProjectFile, ref projectPerformanceCounters); 347PerformanceCounter counter = GetPerformanceCounter(e.TargetName, ref targetPerformanceCounters); 370PerformanceCounter counter = GetPerformanceCounter(e.TargetName, ref targetPerformanceCounters); 431PerformanceCounter counter = GetPerformanceCounter(e.TaskName, ref taskPerformanceCounters); 454PerformanceCounter counter = GetPerformanceCounter(e.TaskName, ref taskPerformanceCounters); 563PerformanceCounter counter = GetPerformanceCounter(projectEvaluationStarted.ProjectFile, ref projectEvaluationPerformanceCounters); 571PerformanceCounter counter = GetPerformanceCounter(projectEvaluationFinished.ProjectFile, ref projectEvaluationPerformanceCounters);