2 writes to Key
Microsoft.AspNetCore.Components.WebAssembly (2)
src\Shared\Components\ComponentMarker.cs (1)
71
Key
= key,
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (1)
99
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarker>(obj).
Key
= value!,
9 references to Key
Microsoft.AspNetCore.Components.WebAssembly (9)
Hosting\WebAssemblyHost.cs (1)
222
operation.Marker?.
Key
,
Rendering\WebAssemblyRenderer.cs (2)
75
operation.Marker!.Value.
Key
!,
82
operation.Marker?.
Key
,
src\Shared\Components\ComponentMarker.cs (4)
100
return $"Server Component: {TypeName}, Sequence: {Sequence}, Key: {
Key
?.FormattedComponentKey} Descriptor: {Descriptor?.Substring(5)}...";
102
return $"WebAssembly Component: {TypeName}, Assembly: {Assembly}, Key: {
Key
?.FormattedComponentKey}";
104
return $"Auto Component: {TypeName}, Assembly: {Assembly}, Key: {
Key
?.FormattedComponentKey}, Descriptor: {Descriptor?.Substring(5)}...";
106
return $"Unknown Component Type: {Type}, Key: {
Key
?.FormattedComponentKey}";
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (2)
98
Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarker)obj).
Key
,
250
global::Microsoft.AspNetCore.Components.ComponentMarkerKey? __value_Key = ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).
Key
;