13 references to EventHookupSessionManager
Microsoft.CodeAnalysis.CSharp.EditorFeatures (13)
EventHookup\EventHookupCommandHandler_SessionCancellingCommands.cs (1)
21
EventHookupSessionManager
.DismissExistingSessions();
EventHookup\EventHookupCommandHandler_TabKeyCommand.cs (7)
40
if (
EventHookupSessionManager
.CurrentSession != null)
55
EventHookupSessionManager
.DismissExistingSessions();
67
if (
EventHookupSessionManager
.CurrentSession == null)
71
if (
EventHookupSessionManager
.CurrentSession.TESTSessionHookupMutex != null)
75
EventHookupSessionManager
.CurrentSession.TESTSessionHookupMutex.ReleaseMutex();
98
var eventNameTask =
EventHookupSessionManager
.CurrentSession.GetEventNameAsync();
99
var applicableToSpan =
EventHookupSessionManager
.CurrentSession.TrackingSpan.GetSpan(currentSnapshot);
EventHookup\EventHookupCommandHandler_TypeCharCommand.cs (4)
29
EventHookupSessionManager
.DismissExistingSessions();
42
EventHookupSessionManager
.DismissExistingSessions();
52
EventHookupSessionManager
.BeginSession(
62
EventHookupSessionManager
.DismissExistingSessions();
EventHookup\EventHookupSessionManager_EventHookupSession.cs (1)
122
await commandHandler.
EventHookupSessionManager
.EventHookupFoundInSessionAsync(this, eventName, cancellationToken).ConfigureAwait(false);