1 write to LocationHash
Microsoft.AspNetCore.Components.WebAssembly (1)
src\Shared\Components\ComponentMarker.cs (1)
120=> (LocationHash, FormattedComponentKey) = (locationHash, formattedComponentKey);
7 references to LocationHash
Microsoft.AspNetCore.Components.WebAssembly (7)
src\Components\Shared\src\WebRootComponentManager.cs (2)
180if (!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); 151private readonly string GetDebuggerDisplay() => $"LocationHash: {LocationHash}, Key: {FormattedComponentKey ?? "null"}"; 157: $"{LocationHash}:{FormattedComponentKey}";