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
;
104
if (
_array
is not null)
106
ArrayPool<T>.Shared.Return(
_array
, clearArray: TypeInfo<T>.IsReferenceOrContainsReferences());
110
_span =
_array
;
179
if (
_array
is not null)
181
ArrayPool<T>.Shared.Return(
_array
, clearArray: TypeInfo<T>.IsReferenceOrContainsReferences());