2 writes to Value
Microsoft.CodeAnalysis (2)
ObjectPool`1.cs (2)
175
if (inst == Interlocked.CompareExchange(ref items[i].
Value
, null, inst))
221
items[i].
Value
= obj;
3 references to Value
Microsoft.CodeAnalysis (3)
ObjectPool`1.cs (3)
172
var inst = items[i].
Value
;
216
if (items[i].
Value
== null)
278
var value = items[i].
Value
;