8 references to IAsynchronousOperationListener
Microsoft.CodeAnalysis.CodeStyle (8)
src\Dependencies\Threading\AsyncBatchingWorkQueue`0.cs (1)
19IAsynchronousOperationListener asyncListener,
src\Dependencies\Threading\AsyncBatchingWorkQueue`1.cs (2)
20IAsynchronousOperationListener asyncListener, 26IAsynchronousOperationListener asyncListener,
src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (2)
45private readonly IAsynchronousOperationListener _asyncListener; 109IAsynchronousOperationListener asyncListener,
src\Dependencies\Threading\TestHooks\IAsynchronousOperationListenerProvider.cs (3)
8/// Return <see cref="IAsynchronousOperationListener"/> for the given featureName 15/// Get <see cref="IAsynchronousOperationListener"/> for given feature. 18IAsynchronousOperationListener GetListener(string featureName);