2 writes to AssemblyName
Microsoft.AspNetCore.Components.Server (2)
_generated\27\ServerComponentJsonContext.ServerComponent.g.cs (1)
101
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ServerComponent>(obj).
AssemblyName
= value!,
src\aspnetcore\src\Shared\Components\ServerComponent.cs (1)
21
(Sequence, Key,
AssemblyName
, TypeName, ParameterDefinitions, ParameterValues, InvocationId) =
4 references to AssemblyName
Microsoft.AspNetCore.Components.Server (4)
_generated\27\ServerComponentJsonContext.ServerComponent.g.cs (2)
100
Getter = static obj => ((global::Microsoft.AspNetCore.Components.ServerComponent)obj).
AssemblyName
,
213
writer.WriteString(PropName_AssemblyName, ((global::Microsoft.AspNetCore.Components.ServerComponent)value).
AssemblyName
);
Circuits\ServerComponentDeserializer.cs (2)
211
.GetRootType(serverComponent.
AssemblyName
, serverComponent.TypeName);
215
Log.FailedToFindComponent(_logger, serverComponent.TypeName, serverComponent.
AssemblyName
);