3 references to TryInsert
Microsoft.CodeAnalysis (3)
src\Dependencies\Collections\SegmentedDictionary`2.cs (3)
257var modified = TryInsert(key, value, InsertionBehavior.OverwriteExisting); 264var modified = TryInsert(key, value, InsertionBehavior.ThrowOnExisting); 866=> TryInsert(key, value, InsertionBehavior.None);