3 references to TryInsert
Microsoft.CodeAnalysis.Collections.Package (3)
Segmented\SegmentedDictionary`2.cs (3)
259var modified = TryInsert(key, value, InsertionBehavior.OverwriteExisting); 266var modified = TryInsert(key, value, InsertionBehavior.ThrowOnExisting); 868=> TryInsert(key, value, InsertionBehavior.None);