2 writes to Assembly
Microsoft.AspNetCore.Components.Server (2)
CircuitPersistenceManagerSerializerContext.ComponentMarker.g.cs (1)
161
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarker>(obj).
Assembly
= value!,
src\Shared\Components\ComponentMarker.cs (1)
83
Assembly
= assembly;
4 references to Assembly
Microsoft.AspNetCore.Components.Server (4)
CircuitPersistenceManagerSerializerContext.ComponentMarker.g.cs (2)
160
Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarker)obj).
Assembly
,
249
writer.WriteString(PropName_Assembly, ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).
Assembly
);
src\Shared\Components\ComponentMarker.cs (2)
102
return $"WebAssembly Component: {TypeName}, Assembly: {
Assembly
}, Key: {Key?.FormattedComponentKey}";
104
return $"Auto Component: {TypeName}, Assembly: {
Assembly
}, Key: {Key?.FormattedComponentKey}, Descriptor: {Descriptor?.Substring(5)}...";