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