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