2 writes to _firstItem
Microsoft.CodeAnalysis (2)
ObjectPool`1.cs (2)
146if (inst == null || inst != Interlocked.CompareExchange(ref _firstItem, null, inst)) 203_firstItem = obj;
3 references to _firstItem
Microsoft.CodeAnalysis (3)
ObjectPool`1.cs (3)
145var inst = _firstItem; 198if (_firstItem == null) 273Debug.Assert(_firstItem != obj, "freeing twice?");