1 instantiation of ConnectionCancellation
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\DisconnectListener.cs (1)
50var cancellation = new ConnectionCancellation(this);
4 references to ConnectionCancellation
Microsoft.AspNetCore.Server.HttpSys (4)
NativeInterop\DisconnectListener.cs (4)
12private readonly ConcurrentDictionary<ulong, ConnectionCancellation> _connectionCancellationTokens = new(); 40if (!_connectionCancellationTokens.TryGetValue(connectionId, out var cancellation)) 47private ConnectionCancellation GetCreatedConnectionCancellation(ulong connectionId) 50var cancellation = new ConnectionCancellation(this);