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