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