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