2 instantiations of ComponentEndMarker
Microsoft.AspNetCore.Components.Endpoints (2)
_generated\36\ServerComponentJsonContext.ComponentEndMarker.g.cs (1)
31ObjectCreator = () => new global::Microsoft.AspNetCore.Components.ComponentEndMarker(),
src\aspnetcore\src\Shared\Components\ComponentMarker.cs (1)
90=> PrerenderId is null ? default : new() { PrerenderId = PrerenderId };
20 references to ComponentEndMarker
Microsoft.AspNetCore.Components.Endpoints (20)
_generated\36\ServerComponentJsonContext.ComponentEndMarker.g.cs (16)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ComponentEndMarker>? _ComponentEndMarker; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ComponentEndMarker> ComponentEndMarker 22get => _ComponentEndMarker ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ComponentEndMarker>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Components.ComponentEndMarker)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ComponentEndMarker> Create_ComponentEndMarker(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Components.ComponentEndMarker>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ComponentEndMarker> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Components.ComponentEndMarker> 35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.ComponentEndMarker).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null), 41jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Components.ComponentEndMarker>(options, objectInfo); 58DeclaringType = typeof(global::Microsoft.AspNetCore.Components.ComponentEndMarker), 60Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentEndMarker)obj).PrerenderId, 61Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentEndMarker>(obj).PrerenderId = value!, 68AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.ComponentEndMarker).GetProperty("PrerenderId", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 78private void ComponentEndMarkerSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Components.ComponentEndMarker value) 82writer.WriteString(PropName_PrerenderId, ((global::Microsoft.AspNetCore.Components.ComponentEndMarker)value).PrerenderId);
_generated\53\ServerComponentJsonContext.GetJsonTypeInfo.g.cs (1)
22if (type == typeof(global::Microsoft.AspNetCore.Components.ComponentEndMarker))
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
331ComponentEndMarker? endMarkerOrNull = default;
src\aspnetcore\src\Shared\Components\ComponentMarker.cs (1)
89public ComponentEndMarker? ToEndMarker()
src\aspnetcore\src\Shared\Components\ServerComponentSerializationSettings.cs (1)
54[JsonSerializable(typeof(ComponentEndMarker))]