2 writes to Assembly
Microsoft.AspNetCore.Components.WebAssembly (2)
src\Shared\Components\ComponentMarker.cs (1)
83
Assembly
= assembly;
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (1)
159
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarker>(obj).
Assembly
= value!,
8 references to Assembly
Microsoft.AspNetCore.Components.WebAssembly (8)
Hosting\WebAssemblyHostBuilder.cs (2)
153
var componentType = _rootComponentCache.GetRootType(registeredComponent.
Assembly
!, registeredComponent.TypeName!);
157
$"Root component type '{registeredComponent.TypeName}' could not be found in the assembly '{registeredComponent.
Assembly
}'. " +
Services\DefaultWebAssemblyJSRuntime.cs (2)
134
var componentType = Instance._rootComponentCache.GetRootType(operation.Marker!.Value.
Assembly
!, operation.Marker.Value.TypeName!)
135
?? throw new InvalidOperationException($"Root component type '{operation.Marker.Value.TypeName}' could not be found in the assembly '{operation.Marker.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)}...";
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (2)
158
Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarker)obj).
Assembly
,
267
string __value_Assembly = ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).
Assembly
;