2 writes to Descriptor
Microsoft.AspNetCore.Components.Endpoints (2)
_generated\37\ServerComponentJsonContext.ComponentMarker.g.cs (1)
141
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarker>(obj).
Descriptor
= value!,
src\aspnetcore\src\Shared\Components\ComponentMarker.cs (1)
78
Descriptor
= descriptor;
4 references to Descriptor
Microsoft.AspNetCore.Components.Endpoints (4)
_generated\37\ServerComponentJsonContext.ComponentMarker.g.cs (2)
140
Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarker)obj).
Descriptor
,
248
writer.WriteString(PropName_Descriptor, ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).
Descriptor
);
src\aspnetcore\src\Shared\Components\ComponentMarker.cs (2)
100
return $"Server Component: {TypeName}, Sequence: {Sequence}, Key: {Key?.FormattedComponentKey} Descriptor: {
Descriptor
?.Substring(5)}...";
104
return $"Auto Component: {TypeName}, Assembly: {Assembly}, Key: {Key?.FormattedComponentKey}, Descriptor: {
Descriptor
?.Substring(5)}...";