3 writes to _arrayFromPool
System.Text.RegularExpressions (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ValueListBuilder.cs (3)
19
_arrayFromPool
= null;
164
_arrayFromPool
= null;
197
_span =
_arrayFromPool
= array;
2 references to _arrayFromPool
System.Text.RegularExpressions (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ValueListBuilder.cs (2)
161
T[]? toReturn =
_arrayFromPool
;
196
T[]? toReturn =
_arrayFromPool
;