2 writes to Type
Microsoft.AspNetCore.Components.Endpoints (2)
_generated\37\ServerComponentJsonContext.ComponentMarker.g.cs (1)
61
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarker>(obj).
Type
= value!,
src\aspnetcore\src\Shared\Components\ComponentMarker.cs (1)
69
Type
= type,
6 references to Type
Microsoft.AspNetCore.Components.Endpoints (6)
_generated\37\ServerComponentJsonContext.ComponentMarker.g.cs (2)
60
Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarker)obj).
Type
,
242
writer.WriteString(PropName_Type, ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).
Type
);
Rendering\EndpointHtmlRenderer.Streaming.cs (2)
338
if (!_httpContext.Response.HasStarted && marker.
Type
is ComponentMarker.ServerMarkerType or ComponentMarker.AutoMarkerType)
343
if (marker.
Type
is ComponentMarker.WebAssemblyMarkerType or ComponentMarker.AutoMarkerType
src\aspnetcore\src\Shared\Components\ComponentMarker.cs (2)
97
switch (
Type
)
106
return $"Unknown Component Type: {
Type
}, Key: {Key?.FormattedComponentKey}";