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