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