2 writes to FormattedComponentKey
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\SSRRenderModeBoundary.cs (1)
202FormattedComponentKey = formattedComponentKey,
src\Shared\Components\ComponentMarker.cs (1)
101=> (LocationHash, FormattedComponentKey) = (locationHash, formattedComponentKey);
3 references to FormattedComponentKey
Microsoft.AspNetCore.Components.Endpoints (3)
src\Shared\Components\ComponentMarker.cs (3)
124&& string.Equals(FormattedComponentKey, other.FormattedComponentKey, StringComparison.Ordinal); 130=> HashCode.Combine(LocationHash, FormattedComponentKey);