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