1 write to LocationHash
Microsoft.AspNetCore.Components.WebAssembly (1)
src\Shared\Components\ComponentMarker.cs (1)
101
=> (
LocationHash
, FormattedComponentKey) = (locationHash, formattedComponentKey);
5 references to LocationHash
Microsoft.AspNetCore.Components.WebAssembly (5)
src\Components\Shared\src\WebRootComponentManager.cs (2)
144
if (!string.Equals(_key.
LocationHash
, newKey.Value.
LocationHash
, StringComparison.Ordinal) ||
src\Shared\Components\ComponentMarker.cs (3)
123
=> string.Equals(
LocationHash
, other.
LocationHash
, StringComparison.Ordinal)
130
=> HashCode.Combine(
LocationHash
, FormattedComponentKey);