2 writes to _maxParallelInvokes
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionHandler.cs (2)
74_maxParallelInvokes = _hubOptions.MaximumParallelInvocationsPerClient; 87_maxParallelInvokes = _globalHubOptions.MaximumParallelInvocationsPerClient;
1 reference to _maxParallelInvokes
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
128MaximumParallelInvocations = _maxParallelInvokes,