1 write to _arrayFromPool
System.Private.CoreLib (1)
src\libraries\Common\src\System\Collections\Generic\ValueListBuilder.cs (1)
232_span = _arrayFromPool = array;
2 references to _arrayFromPool
System.Private.CoreLib (2)
src\libraries\Common\src\System\Collections\Generic\ValueListBuilder.cs (2)
165T[]? toReturn = _arrayFromPool; 231T[]? toReturn = _arrayFromPool;