2 instantiations of ComponentMarker
Microsoft.AspNetCore.Components.WebAssembly (2)
src\Shared\Components\ComponentMarker.cs (1)
67
return
new
()
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.AspNetCore.Components.
ComponentMarker
(),
78 references to ComponentMarker
Microsoft.AspNetCore.Components.WebAssembly (78)
Hosting\WebAssemblyHostBuilder.cs (4)
133
var registeredComponents = new
ComponentMarker
[componentsCount];
140
registeredComponents[i] =
ComponentMarker
.Create(
ComponentMarker
.WebAssemblyMarkerType, false, null);
151
foreach (
var
registeredComponent in registeredComponents)
Services\DefaultWebAssemblyJSRuntime.cs (1)
143
static WebRootComponentParameters DeserializeComponentParameters(
ComponentMarker
marker)
src\Components\Shared\src\RootComponentOperation.cs (1)
19
public
ComponentMarker
? Marker { get; set; }
src\Shared\Components\ComponentMarker.cs (1)
65
public static
ComponentMarker
Create(string type, bool prerendered, ComponentMarkerKey? key)
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (56)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarker
>? _ComponentMarker;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarker
> ComponentMarker
22
get => _ComponentMarker ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarker
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarker
> Create_ComponentMarker(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Components.
ComponentMarker
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarker
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Components.
ComponentMarker
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
39
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Components.
ComponentMarker
>(options, objectInfo);
56
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
),
58
Getter = static obj => ((global::Microsoft.AspNetCore.Components.
ComponentMarker
)obj).Type,
59
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.
ComponentMarker
>(obj).Type = value!,
66
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
).GetProperty("Type", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
76
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
),
78
Getter = static obj => ((global::Microsoft.AspNetCore.Components.
ComponentMarker
)obj).PrerenderId,
79
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.
ComponentMarker
>(obj).PrerenderId = value!,
86
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
).GetProperty("PrerenderId", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
96
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
),
98
Getter = static obj => ((global::Microsoft.AspNetCore.Components.
ComponentMarker
)obj).Key,
99
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.
ComponentMarker
>(obj).Key = value!,
106
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
).GetProperty("Key", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Components.ComponentMarkerKey?), global::System.Array.Empty<global::System.Type>(), null),
116
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
),
118
Getter = static obj => ((global::Microsoft.AspNetCore.Components.
ComponentMarker
)obj).Sequence,
119
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.
ComponentMarker
>(obj).Sequence = value!,
126
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
).GetProperty("Sequence", InstanceMemberBindingFlags, null, typeof(int?), global::System.Array.Empty<global::System.Type>(), null),
136
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
),
138
Getter = static obj => ((global::Microsoft.AspNetCore.Components.
ComponentMarker
)obj).Descriptor,
139
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.
ComponentMarker
>(obj).Descriptor = value!,
146
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
).GetProperty("Descriptor", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
156
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
),
158
Getter = static obj => ((global::Microsoft.AspNetCore.Components.
ComponentMarker
)obj).Assembly,
159
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.
ComponentMarker
>(obj).Assembly = value!,
166
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
).GetProperty("Assembly", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
176
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
),
178
Getter = static obj => ((global::Microsoft.AspNetCore.Components.
ComponentMarker
)obj).TypeName,
179
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.
ComponentMarker
>(obj).TypeName = value!,
186
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
).GetProperty("TypeName", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
196
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
),
198
Getter = static obj => ((global::Microsoft.AspNetCore.Components.
ComponentMarker
)obj).ParameterDefinitions,
199
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.
ComponentMarker
>(obj).ParameterDefinitions = value!,
206
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
).GetProperty("ParameterDefinitions", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
216
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
),
218
Getter = static obj => ((global::Microsoft.AspNetCore.Components.
ComponentMarker
)obj).ParameterValues,
219
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.
ComponentMarker
>(obj).ParameterValues = value!,
226
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
).GetProperty("ParameterValues", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
236
private void ComponentMarkerSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Components.
ComponentMarker
value)
240
string __value_Type = ((global::Microsoft.AspNetCore.Components.
ComponentMarker
)value).Type;
245
string __value_PrerenderId = ((global::Microsoft.AspNetCore.Components.
ComponentMarker
)value).PrerenderId;
250
global::Microsoft.AspNetCore.Components.ComponentMarkerKey? __value_Key = ((global::Microsoft.AspNetCore.Components.
ComponentMarker
)value).Key;
256
int? __value_Sequence = ((global::Microsoft.AspNetCore.Components.
ComponentMarker
)value).Sequence;
262
string __value_Descriptor = ((global::Microsoft.AspNetCore.Components.
ComponentMarker
)value).Descriptor;
267
string __value_Assembly = ((global::Microsoft.AspNetCore.Components.
ComponentMarker
)value).Assembly;
272
string __value_TypeName = ((global::Microsoft.AspNetCore.Components.
ComponentMarker
)value).TypeName;
277
string __value_ParameterDefinitions = ((global::Microsoft.AspNetCore.Components.
ComponentMarker
)value).ParameterDefinitions;
282
string __value_ParameterValues = ((global::Microsoft.AspNetCore.Components.
ComponentMarker
)value).ParameterValues;
WebAssemblyJsonSerializerContext.GetJsonTypeInfo.g.cs (2)
22
if (type == typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
))
26
if (type == typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
?))
WebAssemblyJsonSerializerContext.NullableComponentMarker.g.cs (9)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarker
?>? _NullableComponentMarker;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarker
?> NullableComponentMarker
22
get => _NullableComponentMarker ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarker
?>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
?));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarker
?> Create_NullableComponentMarker(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Components.
ComponentMarker
?>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarker
?> jsonTypeInfo))
29
global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<global::Microsoft.AspNetCore.Components.
ComponentMarker
>(options);
30
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo<global::Microsoft.AspNetCore.Components.
ComponentMarker
?>(options, converter);
WebAssemblyJsonSerializerContext.RootComponentOperation.g.cs (4)
91
var info2 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Components.
ComponentMarker
?>
106
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.RootComponentOperation).GetProperty("Marker", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Components.
ComponentMarker
?), global::System.Array.Empty<global::System.Type>(), null),
109
properties[2] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Components.
ComponentMarker
?>(options, info2);
149
global::Microsoft.AspNetCore.Components.
ComponentMarker
? __value_Marker = ((global::Microsoft.AspNetCore.Components.RootComponentOperation)value).Marker;