5 references to EventHookup
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupCommandHandler.cs (1)
52
private readonly IAsynchronousOperationListener _asyncListener = listenerProvider.GetListener(FeatureAttribute.
EventHookup
);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
AbstractCommandHandlerTestState.cs (2)
234
Assert.False(provider.HasPendingWaiter(FeatureAttribute.
EventHookup
, FeatureAttribute.CompletionSet, FeatureAttribute.SignatureHelp), "IAsyncTokens unexpectedly alive. Call WaitForAsynchronousOperationsAsync before this method");
241
await provider.WaitAllDispatcherOperationAndTasksAsync(Workspace, FeatureAttribute.
EventHookup
, FeatureAttribute.CompletionSet, FeatureAttribute.SignatureHelp);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
RenameTracking\RenameTrackingTestState.cs (1)
217
FeatureAttribute.
EventHookup
);
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\FeatureAttribute.cs (1)
31
public const string EventHookup = nameof(
EventHookup
);