1 write to _nextBatchCancellationToken
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (1)
170
_nextBatchCancellationToken
= _cancellationSeries.CreateNext();
1 reference to _nextBatchCancellationToken
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (1)
335
return (nextBatch,
_nextBatchCancellationToken
);