1 write to _currentInvocationId
Microsoft.AspNetCore.Components.Server (1)
Circuits\ServerComponentDeserializer.cs (1)
179_currentInvocationId = serverComponent.InvocationId;
3 references to _currentInvocationId
Microsoft.AspNetCore.Components.Server (3)
Circuits\ServerComponentDeserializer.cs (3)
166if (serverComponent.InvocationId != _currentInvocationId) 174if (_currentInvocationId.HasValue) 176_expiredInvocationIds.Add(_currentInvocationId.Value);