2 writes to Key
Microsoft.AspNetCore.Components.Server (2)
_generated\27\ServerComponentJsonContext.ServerComponent.g.cs (1)
81Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ServerComponent>(obj).Key = value!,
src\aspnetcore\src\Shared\Components\ServerComponent.cs (1)
21(Sequence, Key, AssemblyName, TypeName, ParameterDefinitions, ParameterValues, InvocationId) =
3 references to Key
Microsoft.AspNetCore.Components.Server (3)
_generated\27\ServerComponentJsonContext.ServerComponent.g.cs (2)
80Getter = static obj => ((global::Microsoft.AspNetCore.Components.ServerComponent)obj).Key, 212global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.AspNetCore.Components.ServerComponent)value).Key, NullableComponentMarkerKey);
Circuits\ServerComponentDeserializer.cs (1)
155if (record.Key != serverComponent.Key)