4 references to TryInsert
System.Collections (4)
System\Collections\Generic\OrderedDictionary.cs (4)
374bool modified = TryInsert(index: -1, key, value, InsertionBehavior.OverwriteExisting, out _); 483TryInsert(index: -1, key, value, InsertionBehavior.ThrowOnExisting, out _); 503return TryInsert(index: -1, key, value, InsertionBehavior.IgnoreInsertion, out index); 727TryInsert(index, key, value, InsertionBehavior.ThrowOnExisting, out _);