3 references to TryInsert
Microsoft.CodeAnalysis.Collections.Package (3)
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);