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