8 references to IAsynchronousOperationListener
Roslyn.Diagnostics.Analyzers (8)
src\Dependencies\Threading\AsyncBatchingWorkQueue`0.cs (1)
20IAsynchronousOperationListener asyncListener,
src\Dependencies\Threading\AsyncBatchingWorkQueue`1.cs (2)
21IAsynchronousOperationListener asyncListener, 27IAsynchronousOperationListener asyncListener,
src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (2)
46private readonly IAsynchronousOperationListener _asyncListener; 110IAsynchronousOperationListener asyncListener,
src\Dependencies\Threading\TestHooks\IAsynchronousOperationListenerProvider.cs (3)
10/// Return <see cref="IAsynchronousOperationListener"/> for the given featureName 17/// Get <see cref="IAsynchronousOperationListener"/> for given feature. 20IAsynchronousOperationListener GetListener(string featureName);