2 writes to Type
Microsoft.AspNetCore.Components.WebAssembly (2)
src\Shared\Components\ComponentMarker.cs (1)
69Type = type,
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (1)
59Setter = 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)
97switch (Type) 106return $"Unknown Component Type: {Type}, Key: {Key?.FormattedComponentKey}";
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (2)
58Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarker)obj).Type, 240string __value_Type = ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).Type;