2 writes to TypeName
Microsoft.AspNetCore.Components.Server (2)
CircuitPersistenceManagerSerializerContext.ComponentMarker.g.cs (1)
181
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarker>(obj).
TypeName
= value!,
src\Shared\Components\ComponentMarker.cs (1)
84
TypeName
= typeName;
5 references to TypeName
Microsoft.AspNetCore.Components.Server (5)
CircuitPersistenceManagerSerializerContext.ComponentMarker.g.cs (2)
180
Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarker)obj).
TypeName
,
250
writer.WriteString(PropName_TypeName, ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).
TypeName
);
src\Shared\Components\ComponentMarker.cs (3)
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)}...";