3 references to ThrowOnExisting
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
418case InsertionBehavior.ThrowOnExisting: 489TryInsert(index: -1, key, value, InsertionBehavior.ThrowOnExisting, out _); 732TryInsert(index, key, value, InsertionBehavior.ThrowOnExisting, out _);