4 references to TryGet
Microsoft.AspNetCore.Owin (4)
OwinEnvironment.cs (4)
86.Where(pair => pair.Value.TryGet(_context, out _)).Select(pair => pair.Key) 101if (_owinEntries.TryGetValue(key, out var entry) && entry.TryGet(_context, out value)) 119if (_owinEntries.TryGetValue(key, out entry) && entry.TryGet(_context, out value)) 214if (entryPair.Value.TryGet(_context, out value))