2 writes to LocationHash
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\SSRRenderModeBoundary.cs (1)
224LocationHash = locationHash,
src\Shared\Components\ComponentMarker.cs (1)
120=> (LocationHash, FormattedComponentKey) = (locationHash, formattedComponentKey);
6 references to LocationHash
Microsoft.AspNetCore.Components.Endpoints (5)
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}";
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
SSRRenderModeBoundaryTest.cs (1)
123Assert.NotEmpty(markerKey.LocationHash);