3 references to TryInsert
Microsoft.Build.Framework (3)
SegmentedDictionary`2.cs (3)
194
var modified =
TryInsert
(key, value, InsertionBehavior.OverwriteExisting);
201
var modified =
TryInsert
(key, value, InsertionBehavior.ThrowOnExisting);
838
=>
TryInsert
(key, value, InsertionBehavior.None);