4 references to TryInsert
System.Collections (4)
System\Collections\Generic\OrderedDictionary.cs (4)
380bool modified = TryInsert(index: -1, key, value, InsertionBehavior.OverwriteExisting); 482TryInsert(index: -1, key, value, InsertionBehavior.ThrowOnExisting); 494return TryInsert(index: -1, key, value, InsertionBehavior.IgnoreInsertion); 717TryInsert(index, key, value, InsertionBehavior.ThrowOnExisting);