2 writes to LocationHash
Microsoft.AspNetCore.Components.WebAssembly (2)
src\Shared\Components\ComponentMarker.cs (1)
120
=> (
LocationHash
, FormattedComponentKey) = (locationHash, formattedComponentKey);
WebAssemblyJsonSerializerContext.ComponentMarkerKey.g.cs (1)
59
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarkerKey>(obj).
LocationHash
= value!,
9 references to LocationHash
Microsoft.AspNetCore.Components.WebAssembly (9)
src\Components\Shared\src\WebRootComponentManager.cs (2)
187
if (!string.Equals(_key.
LocationHash
, newKey.Value.
LocationHash
, StringComparison.Ordinal) ||
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}";
WebAssemblyJsonSerializerContext.ComponentMarkerKey.g.cs (2)
58
Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarkerKey)obj).
LocationHash
,
102
string __value_LocationHash = ((global::Microsoft.AspNetCore.Components.ComponentMarkerKey)value).
LocationHash
;