3 references to ThrowOnExisting
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
414case InsertionBehavior.ThrowOnExisting: 482TryInsert(index: -1, key, value, InsertionBehavior.ThrowOnExisting); 717TryInsert(index, key, value, InsertionBehavior.ThrowOnExisting);