2 writes to InvocationId
Microsoft.AspNetCore.Components.Server (2)
_generated\27\ServerComponentJsonContext.ServerComponent.g.cs (1)
189Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ServerComponent>(obj).InvocationId = value!,
src\aspnetcore\src\Shared\Components\ServerComponent.cs (1)
21(Sequence, Key, AssemblyName, TypeName, ParameterDefinitions, ParameterValues, InvocationId) =
11 references to InvocationId
Microsoft.AspNetCore.Components.Server (11)
_generated\27\ServerComponentJsonContext.ServerComponent.g.cs (2)
188Getter = static obj => ((global::Microsoft.AspNetCore.Components.ServerComponent)obj).InvocationId, 219writer.WriteString(PropName_InvocationId, ((global::Microsoft.AspNetCore.Components.ServerComponent)value).InvocationId);
Circuits\ServerComponentDeserializer.cs (9)
129if (lastSequence != -1 && !previousInstance.InvocationId.Equals(serverComponent.InvocationId)) 131Log.MismatchedInvocationId(_logger, previousInstance.InvocationId.ToString("N"), serverComponent.InvocationId.ToString("N")); 166if (serverComponent.InvocationId != _currentInvocationId) 168if (_expiredInvocationIds.Contains(serverComponent.InvocationId)) 170Log.ExpiredInvocationId(_logger, serverComponent.InvocationId.ToString("N")); 179_currentInvocationId = serverComponent.InvocationId; 187Log.ReusedDescriptorSequence(_logger, serverComponent.Sequence, serverComponent.InvocationId.ToString("N"));