2 writes to Value
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
src\Dependencies\PooledObjects\ObjectPool`1.cs (2)
148if (inst == Interlocked.CompareExchange(ref items[i].Value, null, inst)) 194items[i].Value = obj;
3 references to Value
Microsoft.AspNetCore.Razor.Utilities.Shared (3)
src\Dependencies\PooledObjects\ObjectPool`1.cs (3)
145var inst = items[i].Value; 189if (items[i].Value == null) 234var value = items[i].Value;