8 references to IAsynchronousOperationListener
Microsoft.CodeAnalysis.InteractiveHost (8)
src\Dependencies\Threading\AsyncBatchingWorkQueue`0.cs (1)
19
IAsynchronousOperationListener
asyncListener,
src\Dependencies\Threading\AsyncBatchingWorkQueue`1.cs (2)
20
IAsynchronousOperationListener
asyncListener,
26
IAsynchronousOperationListener
asyncListener,
src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (2)
45
private readonly
IAsynchronousOperationListener
_asyncListener;
109
IAsynchronousOperationListener
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.
18
IAsynchronousOperationListener
GetListener(string featureName);