8 references to InsertionBehavior
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (8)
259var modified = TryInsert(key, value, InsertionBehavior.OverwriteExisting); 266var modified = TryInsert(key, value, InsertionBehavior.ThrowOnExisting); 507private bool TryInsert(TKey key, TValue value, InsertionBehavior behavior) 547if (behavior == InsertionBehavior.OverwriteExisting) 553if (behavior == InsertionBehavior.ThrowOnExisting) 586if (behavior == InsertionBehavior.OverwriteExisting) 592if (behavior == InsertionBehavior.ThrowOnExisting) 868=> TryInsert(key, value, InsertionBehavior.None);