5 writes to _arrayToReturnToPool
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DefaultInterpolatedStringHandler.cs (5)
58_chars = _arrayToReturnToPool = ArrayPool<char>.Shared.Rent(GetDefaultLength(literalLength, formattedCount)); 71_chars = _arrayToReturnToPool = ArrayPool<char>.Shared.Rent(GetDefaultLength(literalLength, formattedCount)); 86_arrayToReturnToPool = null; 130_arrayToReturnToPool = null; 659_chars = _arrayToReturnToPool = newArray;
2 references to _arrayToReturnToPool
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DefaultInterpolatedStringHandler.cs (2)
127char[]? toReturn = _arrayToReturnToPool; 658char[]? toReturn = _arrayToReturnToPool;