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