3 references to TryGetValue
Microsoft.AspNetCore.Owin (3)
OwinEnvironment.cs (3)
101if (_owinEntries.TryGetValue(key, out var entry) && entry.TryGet(_context, out value)) 119if (_owinEntries.TryGetValue(key, out entry) && entry.TryGet(_context, out value)) 132if (_owinEntries.TryGetValue(key, out entry))