3 references to TryInsert
Microsoft.CodeAnalysis.InteractiveHost (3)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
259
var modified =
TryInsert
(key, value, InsertionBehavior.OverwriteExisting);
266
var modified =
TryInsert
(key, value, InsertionBehavior.ThrowOnExisting);
868
=>
TryInsert
(key, value, InsertionBehavior.None);