4 references to SetItem
Microsoft.Build (4)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\RoslynImmutableInterlocked.cs (3)
483var updatedCollection = priorCollection.SetItem(key, newValue); 519var updatedCollection = priorCollection.SetItem(key, newValue); 575var updatedCollection = priorCollection.SetItem(key, newValue);
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedDictionary`2.cs (1)
322=> SetItem(key, value);