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