2 writes to Type
Microsoft.AspNetCore.Components.WebAssembly (2)
src\Shared\Components\ComponentMarker.cs (1)
69
Type
= type,
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (1)
59
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarker>(obj).
Type
= value!,
4 references to Type
Microsoft.AspNetCore.Components.WebAssembly (4)
src\Shared\Components\ComponentMarker.cs (2)
97
switch (
Type
)
106
return $"Unknown Component Type: {
Type
}, Key: {Key?.FormattedComponentKey}";
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (2)
58
Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarker)obj).
Type
,
240
string __value_Type = ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).
Type
;