2 references to TryAdd
System.Collections (1)
System\Collections\Generic\OrderedDictionary.cs (1)
497public bool TryAdd(TKey key, TValue value) => TryAdd(key, value, out _);
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.cs (1)
253!dict.TryAdd(propertyName, value, out int index)