1 reference to TryGetValue
System.Collections (1)
System\Collections\Generic\OrderedDictionary.cs (1)
914
public bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value) =>
TryGetValue
(key, out value, out _);