10 references to IAsynchronousOperationListener
Microsoft.CodeAnalysis.Analyzers (10)
src\roslyn\src\Dependencies\Threading\AsyncBatchingWorkQueue`0.cs (1)
20
IAsynchronousOperationListener
asyncListener,
src\roslyn\src\Dependencies\Threading\AsyncBatchingWorkQueue`1.cs (2)
21
IAsynchronousOperationListener
asyncListener,
27
IAsynchronousOperationListener
asyncListener,
src\roslyn\src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (2)
45
private readonly
IAsynchronousOperationListener
_asyncListener;
115
IAsynchronousOperationListener
asyncListener,
src\roslyn\src\Dependencies\Threading\TestHooks\IAsynchronousOperationListenerProvider.cs (3)
10
/// Return <see cref="
IAsynchronousOperationListener
"/> for the given featureName
17
/// Get <see cref="
IAsynchronousOperationListener
"/> for given feature.
20
IAsynchronousOperationListener
GetListener(string featureName);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AsyncPriorityWorkQueue.cs (2)
33
private readonly
IAsynchronousOperationListener
_asyncListener;
79
IAsynchronousOperationListener
asyncListener)