3 references to ThrowOnExisting
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (3)
250bool modified = TryInsert(key, value, InsertionBehavior.ThrowOnExisting); 546if (behavior == InsertionBehavior.ThrowOnExisting) 578if (behavior == InsertionBehavior.ThrowOnExisting)