6 writes to _array
Microsoft.Build.Framework (6)
Utilities\BufferScope.cs (6)
25_array = ArrayPool<T>.Shared.Rent(minimumLength); 36_array = null; 62_array = null; 67_array = ArrayPool<T>.Shared.Rent(minimumLength); 109_array = newArray; 184_array = null;
7 references to _array
Microsoft.Build.Framework (7)
Utilities\BufferScope.cs (7)
26_span = _array; 68_span = _array; 104if (_array is not null) 106ArrayPool<T>.Shared.Return(_array, clearArray: TypeInfo<T>.IsReferenceOrContainsReferences()); 110_span = _array; 179if (_array is not null) 181ArrayPool<T>.Shared.Return(_array, clearArray: TypeInfo<T>.IsReferenceOrContainsReferences());