1 write to Key
Microsoft.AspNetCore.Components.WebAssembly (1)
src\Shared\Components\ComponentMarker.cs (1)
71
Key
= key,
7 references to Key
Microsoft.AspNetCore.Components.WebAssembly (7)
Hosting\WebAssemblyHost.cs (1)
229
operation.Marker?.
Key
,
Rendering\WebAssemblyRenderer.cs (2)
61
operation.Marker!.Value.
Key
!,
68
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}";