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