1 write to InvocationId
Microsoft.AspNetCore.Components.Server (1)
src\Shared\Components\ServerComponent.cs (1)
21(Sequence, Key, AssemblyName, TypeName, ParameterDefinitions, ParameterValues, InvocationId) =
9 references to InvocationId
Microsoft.AspNetCore.Components.Server (9)
Circuits\ServerComponentDeserializer.cs (9)
128if (lastSequence != -1 && !previousInstance.InvocationId.Equals(serverComponent.InvocationId)) 130Log.MismatchedInvocationId(_logger, previousInstance.InvocationId.ToString("N"), serverComponent.InvocationId.ToString("N")); 165if (serverComponent.InvocationId != _currentInvocationId) 167if (_expiredInvocationIds.Contains(serverComponent.InvocationId)) 169Log.ExpiredInvocationId(_logger, serverComponent.InvocationId.ToString("N")); 178_currentInvocationId = serverComponent.InvocationId; 186Log.ReusedDescriptorSequence(_logger, serverComponent.Sequence, serverComponent.InvocationId.ToString("N"));