1 write to _nextBatchCancellationToken
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (1)
133
_nextBatchCancellationToken
= _cancellationSeries.CreateNext();
1 reference to _nextBatchCancellationToken
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (1)
306
return (nextBatch,
_nextBatchCancellationToken
);