8 references to InsertionBehavior
Microsoft.CodeAnalysis (8)
src\Dependencies\Collections\SegmentedDictionary`2.cs (8)
257var modified = TryInsert(key, value, InsertionBehavior.OverwriteExisting); 264var modified = TryInsert(key, value, InsertionBehavior.ThrowOnExisting); 505private bool TryInsert(TKey key, TValue value, InsertionBehavior behavior) 545if (behavior == InsertionBehavior.OverwriteExisting) 551if (behavior == InsertionBehavior.ThrowOnExisting) 584if (behavior == InsertionBehavior.OverwriteExisting) 590if (behavior == InsertionBehavior.ThrowOnExisting) 844=> TryInsert(key, value, InsertionBehavior.None);