2 references to TryFindItem
Microsoft.AspNetCore.Http (2)
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (2)
490
return
TryFindItem
(key, out value);
596
private bool ContainsKeyArray(TKey key) =>
TryFindItem
(key, out _);