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