4 references to SessionEstablishmentKey
Microsoft.AspNetCore.Components.Endpoints (4)
SessionEstablishmentHelper.cs (4)
42if (context.Items.ContainsKey(SessionEstablishmentKey)) 47context.Items[SessionEstablishmentKey] = true; 51session.Set(SessionEstablishmentKey, []); 52session.Remove(SessionEstablishmentKey);