10 references to InsertionBehavior
Microsoft.Build.Framework (10)
SegmentedDictionary`2.cs (10)
194var modified = TryInsert(key, value, InsertionBehavior.OverwriteExisting); 201var modified = TryInsert(key, value, InsertionBehavior.ThrowOnExisting); 468private bool TryInsert(TKey key, TValue value, InsertionBehavior behavior) 507if (behavior == InsertionBehavior.OverwriteExisting) 513if (behavior == InsertionBehavior.ThrowOnExisting) 549if (behavior == InsertionBehavior.OverwriteExisting) 555if (behavior == InsertionBehavior.ThrowOnExisting) 588if (behavior == InsertionBehavior.OverwriteExisting) 594if (behavior == InsertionBehavior.ThrowOnExisting) 838=> TryInsert(key, value, InsertionBehavior.None);