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)
127
char[]? toReturn =
_arrayToReturnToPool
;
658
char[]? toReturn =
_arrayToReturnToPool
;