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