3 references to TryInsert
Microsoft.Build (3)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\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);