1 instantiation of ComponentMarkerKey
Microsoft.AspNetCore.Components.Server (1)
_generated\2\CircuitPersistenceManagerSerializerContext.ComponentMarkerKey.g.cs (1)
33
ObjectCreator = () => new global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
(),
58 references to ComponentMarkerKey
Microsoft.AspNetCore.Components.Server (58)
_generated\1\CircuitPersistenceManagerSerializerContext.ComponentMarker.g.cs (3)
95
var info2 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?>
110
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),
113
properties[2] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?>(options, info2);
_generated\2\CircuitPersistenceManagerSerializerContext.ComponentMarkerKey.g.cs (21)
15
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
>? _ComponentMarkerKey;
21
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
> ComponentMarkerKey
24
get => _ComponentMarkerKey ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
));
27
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
> Create_ComponentMarkerKey(global::System.Text.Json.JsonSerializerOptions options)
29
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
> jsonTypeInfo))
31
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
>
37
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
43
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
>(options, objectInfo);
60
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
),
62
Getter = static obj => ((global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
)obj).LocationHash,
63
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
>(obj).LocationHash = value!,
70
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
).GetProperty("LocationHash", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
82
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
),
84
Getter = static obj => ((global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
)obj).FormattedComponentKey,
85
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
>(obj).FormattedComponentKey = value!,
92
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
).GetProperty("FormattedComponentKey", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
102
private void ComponentMarkerKeySerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
value)
106
writer.WriteString(PropName_LocationHash, ((global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
)value).LocationHash);
107
writer.WriteString(PropName_FormattedComponentKey, ((global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
)value).FormattedComponentKey);
_generated\3\CircuitPersistenceManagerSerializerContext.NullableComponentMarkerKey.g.cs (9)
15
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?>? _NullableComponentMarkerKey;
21
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?> NullableComponentMarkerKey
24
get => _NullableComponentMarkerKey ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?));
27
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?> Create_NullableComponentMarkerKey(global::System.Text.Json.JsonSerializerOptions options)
29
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?> jsonTypeInfo))
31
global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
>(options);
32
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo<global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?>(options, converter);
_generated\9\CircuitPersistenceManagerSerializerContext.GetJsonTypeInfo.g.cs (2)
28
if (type == typeof(global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
))
32
if (type == typeof(global::Microsoft.AspNetCore.Components.
ComponentMarkerKey
?))
Circuits\RemoteComponentState.cs (1)
24
var
markerKey = ((RemoteRenderer)Renderer).GetMarkerKey(this);
Circuits\RemoteRenderer.cs (1)
322
internal
ComponentMarkerKey
GetMarkerKey(RemoteComponentState remoteComponentState)
src\aspnetcore\src\Components\Shared\src\WebRootComponentManager.cs (9)
39
ComponentMarkerKey
? key,
63
ComponentMarkerKey
? newKey,
88
internal IEnumerable<(int id,
ComponentMarkerKey
key, (Type componentType, ParameterView parameters))> GetRootComponents()
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\aspnetcore\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);
src\aspnetcore\src\Shared\Components\ServerComponent.cs (2)
15
ComponentMarkerKey
? key,
28
public
ComponentMarkerKey
? Key { get; set; }
src\aspnetcore\src\Shared\Components\ServerComponentSerializer.cs (1)
35
ComponentMarkerKey
? key,