4 references to TryInsert
System.Collections (4)
System\Collections\Generic\OrderedDictionary.cs (4)
379bool modified = TryInsert(index: -1, key, value, InsertionBehavior.OverwriteExisting, out _); 488TryInsert(index: -1, key, value, InsertionBehavior.ThrowOnExisting, out _); 508return TryInsert(index: -1, key, value, InsertionBehavior.IgnoreInsertion, out index); 732TryInsert(index, key, value, InsertionBehavior.ThrowOnExisting, out _);