2 writes to _firstItem
Test.Utilities (2)
ObjectPool.cs (2)
141
if (inst == null || inst != Interlocked.CompareExchange(ref
_firstItem
, null, inst))
203
_firstItem
= obj;
3 references to _firstItem
Test.Utilities (3)
ObjectPool.cs (3)
140
T? inst =
_firstItem
;
198
if (
_firstItem
== null)
271
Debug.Assert(
_firstItem
!= obj, "freeing twice?");