2 writes to Value
Microsoft.CodeAnalysis.PooledObjects.Package (2)
ObjectPool`1.cs (2)
179if (inst == Interlocked.CompareExchange(ref items[i].Value, null, inst)) 225items[i].Value = obj;
3 references to Value
Microsoft.CodeAnalysis.PooledObjects.Package (3)
ObjectPool`1.cs (3)
176var inst = items[i].Value; 220if (items[i].Value == null) 282var value = items[i].Value;