3 references to ThrowOnExisting
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
src\Dependencies\Collections\SegmentedDictionary`2.cs (3)
264var modified = TryInsert(key, value, InsertionBehavior.ThrowOnExisting); 551if (behavior == InsertionBehavior.ThrowOnExisting) 590if (behavior == InsertionBehavior.ThrowOnExisting)