3 references to TryInsert
Microsoft.CodeAnalysis.Workspaces (3)
src\Dependencies\Collections\SegmentedDictionary`2.cs (3)
257
var modified =
TryInsert
(key, value, InsertionBehavior.OverwriteExisting);
264
var modified =
TryInsert
(key, value, InsertionBehavior.ThrowOnExisting);
866
=>
TryInsert
(key, value, InsertionBehavior.None);