2 writes to _maxParallelInvokes
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionHandler.cs (2)
79_maxParallelInvokes = _hubOptions.MaximumParallelInvocationsPerClient; 92_maxParallelInvokes = _globalHubOptions.MaximumParallelInvocationsPerClient;
1 reference to _maxParallelInvokes
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
133MaximumParallelInvocations = _maxParallelInvokes,