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