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