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