1 write to Type
Microsoft.AspNetCore.Components.Server (1)
src\Shared\Components\ComponentMarker.cs (1)
66
Type
= type,
2 references to Type
Microsoft.AspNetCore.Components.Server (2)
Circuits\ServerComponentDeserializer.cs (2)
231
if (record.
Type
is not (ComponentMarker.ServerMarkerType or ComponentMarker.AutoMarkerType))
233
Log.InvalidMarkerType(_logger, record.
Type
);