1 write to _currentInvocationId
Microsoft.AspNetCore.Components.Server (1)
Circuits\ServerComponentDeserializer.cs (1)
178_currentInvocationId = serverComponent.InvocationId;
3 references to _currentInvocationId
Microsoft.AspNetCore.Components.Server (3)
Circuits\ServerComponentDeserializer.cs (3)
165if (serverComponent.InvocationId != _currentInvocationId) 173if (_currentInvocationId.HasValue) 175_expiredInvocationIds.Add(_currentInvocationId.Value);