1 write to FormattedComponentKey
Microsoft.AspNetCore.Components.Server (1)
src\Shared\Components\ComponentMarker.cs (1)
101=> (LocationHash, FormattedComponentKey) = (locationHash, formattedComponentKey);
6 references to FormattedComponentKey
Microsoft.AspNetCore.Components.Server (6)
src\Components\Shared\src\WebRootComponentManager.cs (3)
145!string.Equals(_key.FormattedComponentKey, newKey.Value.FormattedComponentKey, StringComparison.Ordinal)) 151if (!string.IsNullOrEmpty(_key.FormattedComponentKey))
src\Shared\Components\ComponentMarker.cs (3)
124&& string.Equals(FormattedComponentKey, other.FormattedComponentKey, StringComparison.Ordinal); 130=> HashCode.Combine(LocationHash, FormattedComponentKey);