Implemented interface member:
3 references to Dispose
Microsoft.CodeAnalysis.Analyzers (3)
src\roslyn\src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (3)
25
/// calling <see cref="
Dispose
()"/>, or cancelling the <see cref="CancellationToken"/> passed to the constructor,
49
/// at all. This is cancelled by a call to <see cref="
Dispose
()"/>; the IsCancellationRequested flag of this token
133
_externalCancellationTokenRegistration = cancellationToken.Register(static @this => ((AsyncBatchingWorkQueue<TItem, TResult>)@this!).
Dispose
(), this);