2 writes to s_highPriorityComputeTasks
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (2)
176s_highPriorityComputeTasks = s_highPriorityComputeTasks.Add(computeTask); 198s_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"/> 175Debug.Assert(!s_highPriorityComputeTasks.Contains(computeTask)); 176s_highPriorityComputeTasks = s_highPriorityComputeTasks.Add(computeTask); 197Debug.Assert(s_highPriorityComputeTasks.Contains(computeTask)); 198s_highPriorityComputeTasks = s_highPriorityComputeTasks.Remove(computeTask); 290highPriorityTasksToAwait = s_highPriorityComputeTasks;