1 write to _nextBatchCancellationToken
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\AsyncBatchingWorkQueue`2.cs (1)
133
_nextBatchCancellationToken
= _cancellationSeries.CreateNext();
1 reference to _nextBatchCancellationToken
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\AsyncBatchingWorkQueue`2.cs (1)
299
return (nextBatch,
_nextBatchCancellationToken
);