4 references to SetItem
Microsoft.Build (4)
ImmutableSegmentedDictionary`2.cs (1)
322=> SetItem(key, value);
RoslynImmutableInterlocked.cs (3)
483var updatedCollection = priorCollection.SetItem(key, newValue); 519var updatedCollection = priorCollection.SetItem(key, newValue); 575var updatedCollection = priorCollection.SetItem(key, newValue);