3 writes to Type
Microsoft.AspNetCore.Components.Server (2)
CircuitPersistenceManagerSerializerContext.ComponentMarker.g.cs (1)
61Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarker>(obj).Type = value!,
src\Shared\Components\ComponentMarker.cs (1)
69Type = type,
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\ServerComponentDeserializerTest.cs (1)
229missingTypeMarker[0].Type = null;
6 references to Type
Microsoft.AspNetCore.Components.Server (6)
CircuitPersistenceManagerSerializerContext.ComponentMarker.g.cs (2)
60Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarker)obj).Type, 242writer.WriteString(PropName_Type, ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).Type);
Circuits\ServerComponentDeserializer.cs (2)
231if (record.Type is not (ComponentMarker.ServerMarkerType or ComponentMarker.AutoMarkerType)) 233Log.InvalidMarkerType(_logger, record.Type);
src\Shared\Components\ComponentMarker.cs (2)
97switch (Type) 106return $"Unknown Component Type: {Type}, Key: {Key?.FormattedComponentKey}";