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)
165
if (serverComponent.InvocationId !=
_currentInvocationId
)
173
if (
_currentInvocationId
.HasValue)
175
_expiredInvocationIds.Add(
_currentInvocationId
.Value);