2 writes to Descriptor
Microsoft.AspNetCore.Components.WebAssembly (2)
src\Shared\Components\ComponentMarker.cs (1)
78
Descriptor
= descriptor;
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (1)
139
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarker>(obj).
Descriptor
= value!,
4 references to Descriptor
Microsoft.AspNetCore.Components.WebAssembly (4)
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)}...";
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (2)
138
Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarker)obj).
Descriptor
,
262
string __value_Descriptor = ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).
Descriptor
;