2 writes to _taskInFlight
Microsoft.CodeAnalysis.CodeStyle (2)
src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (2)
177
_taskInFlight
= true;
305
_taskInFlight
= false;
1 reference to _taskInFlight
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (1)
171
if (!
_taskInFlight
)