1 implementation of TryGetValue
Microsoft.AspNetCore.Http (1)
Internal\RequestCookieCollection.cs (1)
119public bool TryGetValue(string key, [NotNullWhen(true)] out string? value)
1 reference to TryGetValue
SignalR.Client.FunctionalTestApp (1)
TestHub.cs (1)
145if (cookies.TryGetValue(cookieName, out var cookieValue))