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