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