3 references to ActiveRequestCancellationSources
Microsoft.AspNetCore.SignalR.Core (3)
Internal\DefaultHubDispatcher.cs (3)
186
if (connection.
ActiveRequestCancellationSources
.TryGetValue(cancelInvocationMessage.InvocationId!, out var cts))
529
if (!connection.
ActiveRequestCancellationSources
.TryAdd(invocationId, streamCts))
600
connection.
ActiveRequestCancellationSources
.TryRemove(invocationId, out _);