2 references to LoggedResponseHasStartedKey
Microsoft.AspNetCore.Components.Endpoints (2)
SessionEstablishmentHelper.cs (2)
34
if (!context.Items.ContainsKey(
LoggedResponseHasStartedKey
))
37
context.Items[
LoggedResponseHasStartedKey
] = true;