2 writes to _arrayFromPool
System.Text.RegularExpressions (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ValueListBuilder.cs (2)
167
_arrayFromPool
= null;
200
_span =
_arrayFromPool
= array;
2 references to _arrayFromPool
System.Text.RegularExpressions (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ValueListBuilder.cs (2)
164
T[]? toReturn =
_arrayFromPool
;
199
T[]? toReturn =
_arrayFromPool
;