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