2 writes to s_highPriorityComputeTasks
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (2)
178
s_highPriorityComputeTasks
= s_highPriorityComputeTasks.Add(computeTask);
200
s_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
"/>
177
Debug.Assert(!
s_highPriorityComputeTasks
.Contains(computeTask));
178
s_highPriorityComputeTasks =
s_highPriorityComputeTasks
.Add(computeTask);
199
Debug.Assert(
s_highPriorityComputeTasks
.Contains(computeTask));
200
s_highPriorityComputeTasks =
s_highPriorityComputeTasks
.Remove(computeTask);
293
highPriorityTasksToAwait =
s_highPriorityComputeTasks
;