2 writes to InvocationId
Microsoft.AspNetCore.Components.Server (2)
_generated\27\ServerComponentJsonContext.ServerComponent.g.cs (1)
189
Setter = 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)
188
Getter = static obj => ((global::Microsoft.AspNetCore.Components.ServerComponent)obj).
InvocationId
,
219
writer.WriteString(PropName_InvocationId, ((global::Microsoft.AspNetCore.Components.ServerComponent)value).
InvocationId
);
Circuits\ServerComponentDeserializer.cs (9)
129
if (lastSequence != -1 && !previousInstance.
InvocationId
.Equals(serverComponent.
InvocationId
))
131
Log.MismatchedInvocationId(_logger, previousInstance.
InvocationId
.ToString("N"), serverComponent.
InvocationId
.ToString("N"));
166
if (serverComponent.
InvocationId
!= _currentInvocationId)
168
if (_expiredInvocationIds.Contains(serverComponent.
InvocationId
))
170
Log.ExpiredInvocationId(_logger, serverComponent.
InvocationId
.ToString("N"));
179
_currentInvocationId = serverComponent.
InvocationId
;
187
Log.ReusedDescriptorSequence(_logger, serverComponent.Sequence, serverComponent.
InvocationId
.ToString("N"));