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)
165
T[]? toReturn =
_arrayFromPool
;
231
T[]? toReturn =
_arrayFromPool
;