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