3 writes to LocationHash
Microsoft.AspNetCore.Components.Endpoints (3)
_generated\38\ServerComponentJsonContext.ComponentMarkerKey.g.cs (1)
61
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarkerKey>(obj).
LocationHash
= value!,
Rendering\SSRRenderModeBoundary.cs (1)
288
LocationHash
= locationHash,
src\aspnetcore\src\Shared\Components\ComponentMarker.cs (1)
120
=> (
LocationHash
, FormattedComponentKey) = (locationHash, formattedComponentKey);
7 references to LocationHash
Microsoft.AspNetCore.Components.Endpoints (7)
_generated\38\ServerComponentJsonContext.ComponentMarkerKey.g.cs (2)
60
Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarkerKey)obj).
LocationHash
,
104
writer.WriteString(PropName_LocationHash, ((global::Microsoft.AspNetCore.Components.ComponentMarkerKey)value).
LocationHash
);
src\aspnetcore\src\Shared\Components\ComponentMarker.cs (5)
142
=> string.Equals(
LocationHash
, other.
LocationHash
, StringComparison.Ordinal)
149
=> HashCode.Combine(
LocationHash
, FormattedComponentKey);
151
private readonly string GetDebuggerDisplay() => $"LocationHash: {
LocationHash
}, Key: {FormattedComponentKey ?? "null"}";
157
: $"{
LocationHash
}:{FormattedComponentKey}";