2 writes to s_highPriorityComputeTasks
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (2)
178s_highPriorityComputeTasks = s_highPriorityComputeTasks.Add(computeTask); 200s_highPriorityComputeTasks = s_highPriorityComputeTasks.Remove(computeTask);
6 references to s_highPriorityComputeTasks
Microsoft.CodeAnalysis.Remote.ServiceHub (6)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (6)
70/// - <see cref="s_highPriorityComputeTasks"/> 177Debug.Assert(!s_highPriorityComputeTasks.Contains(computeTask)); 178s_highPriorityComputeTasks = s_highPriorityComputeTasks.Add(computeTask); 199Debug.Assert(s_highPriorityComputeTasks.Contains(computeTask)); 200s_highPriorityComputeTasks = s_highPriorityComputeTasks.Remove(computeTask); 293highPriorityTasksToAwait = s_highPriorityComputeTasks;