2 references to TryInsert
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
243bool modified = TryInsert(key, value, InsertionBehavior.OverwriteExisting); 250bool modified = TryInsert(key, value, InsertionBehavior.ThrowOnExisting);