2 writes to Type
Microsoft.AspNetCore.Components.Server (1)
src\Shared\Components\ComponentMarker.cs (1)
69
Type
= type,
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\ServerComponentDeserializerTest.cs (1)
229
missingTypeMarker[0].
Type
= null;
4 references to Type
Microsoft.AspNetCore.Components.Server (4)
Circuits\ServerComponentDeserializer.cs (2)
231
if (record.
Type
is not (ComponentMarker.ServerMarkerType or ComponentMarker.AutoMarkerType))
233
Log.InvalidMarkerType(_logger, record.
Type
);
src\Shared\Components\ComponentMarker.cs (2)
97
switch (
Type
)
106
return $"Unknown Component Type: {
Type
}, Key: {Key?.FormattedComponentKey}";