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