1 instantiation of ComponentMarkerKey
Microsoft.AspNetCore.Components.WebAssembly (1)
WebAssemblyJsonSerializerContext.ComponentMarkerKey.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
(),
56 references to ComponentMarkerKey
Microsoft.AspNetCore.Components.WebAssembly (56)
Rendering\WebAssemblyComponentState.cs (1)
27
var
markerKey = _renderer.GetMarkerKey(this);
Rendering\WebAssemblyRenderer.cs (1)
225
internal
ComponentMarkerKey
GetMarkerKey(WebAssemblyComponentState webAssemblyComponentState)
Services\DefaultWebAssemblyJSRuntime.cs (1)
113
[DynamicDependency(JsonSerialized, typeof(
ComponentMarkerKey
))]
src\Components\Shared\src\WebRootComponentManager.cs (8)
39
ComponentMarkerKey
? key,
63
ComponentMarkerKey
? newKey,
97
internal
ComponentMarkerKey
GetRootComponentKey(int componentId)
121
private readonly
ComponentMarkerKey
_key;
130
ComponentMarkerKey
? key,
147
ComponentMarkerKey
key,
160
out
ComponentMarkerKey
key,
173
ComponentMarkerKey
? newKey,
src\Shared\Components\ComponentMarker.cs (9)
30
public
ComponentMarkerKey
? Key { get; set; }
65
public static ComponentMarker Create(string type, bool prerendered,
ComponentMarkerKey
? key)
117
internal struct ComponentMarkerKey : IEquatable<
ComponentMarkerKey
>
135
public static bool operator ==(
ComponentMarkerKey
left,
ComponentMarkerKey
right)
138
public static bool operator !=(
ComponentMarkerKey
left,
ComponentMarkerKey
right)
141
public readonly bool Equals(
ComponentMarkerKey
other)
146
=> obj is
ComponentMarkerKey
other && Equals(other);
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (4)
91
var info2 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?>
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),
109
properties[2] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?>(options, info2);
250
global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
? __value_Key = ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).Key;
WebAssemblyJsonSerializerContext.ComponentMarkerKey.g.cs (21)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
>? _ComponentMarkerKey;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
> ComponentMarkerKey
22
get => _ComponentMarkerKey ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
> Create_ComponentMarkerKey(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
).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.
ComponentMarkerKey
>(options, objectInfo);
56
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
),
58
Getter = static obj => ((global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
)obj).LocationHash,
59
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
>(obj).LocationHash = value!,
66
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
).GetProperty("LocationHash", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
),
80
Getter = static obj => ((global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
)obj).FormattedComponentKey,
81
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
>(obj).FormattedComponentKey = value!,
88
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
).GetProperty("FormattedComponentKey", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
98
private void ComponentMarkerKeySerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
value)
102
string __value_LocationHash = ((global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
)value).LocationHash;
107
string __value_FormattedComponentKey = ((global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
)value).FormattedComponentKey;
WebAssemblyJsonSerializerContext.GetJsonTypeInfo.g.cs (2)
30
if (type == typeof(global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
))
34
if (type == typeof(global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?))
WebAssemblyJsonSerializerContext.NullableComponentMarkerKey.g.cs (9)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?>? _NullableComponentMarkerKey;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?> NullableComponentMarkerKey
22
get => _NullableComponentMarkerKey ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?> Create_NullableComponentMarkerKey(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?> jsonTypeInfo))
29
global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
>(options);
30
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?>(options, converter);