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