1 write to _supportedProtocols
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionContextBenchmark.cs (1)
51_supportedProtocols = new List<string> { "json" };
2 references to _supportedProtocols
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
HubConnectionContextBenchmark.cs (2)
59await _hubConnectionContext.HandshakeAsync(TimeSpan.FromSeconds(5), _supportedProtocols, _successHubProtocolResolver, 68await _hubConnectionContext.HandshakeAsync(TimeSpan.FromSeconds(5), _supportedProtocols, _failureHubProtocolResolver,