1 write to _nextBatchCancellationToken
Microsoft.CodeAnalysis.Threading.Package (1)
AsyncBatchingWorkQueue`2.cs (1)
134
_nextBatchCancellationToken
= _cancellationSeries.CreateNext();
1 reference to _nextBatchCancellationToken
Microsoft.CodeAnalysis.Threading.Package (1)
AsyncBatchingWorkQueue`2.cs (1)
307
return (nextBatch,
_nextBatchCancellationToken
);