2 writes to array
Microsoft.AspNetCore.Components.Server (2)
BlazorPack\SequenceOfT.cs (2)
374
this.
array
= array;
392
this.
array
= null;
4 references to array
Microsoft.AspNetCore.Components.Server (4)
BlazorPack\SequenceOfT.cs (4)
329
/// Will be <c>null</c> if using an array pool, in which case the memory is held by <see cref="
array
"/>.
336
internal Memory<T> AvailableMemory => this.
array
?? this.MemoryOwner?.Memory ?? default;
389
if (this.
array
!= null)
391
arrayPool.Return(this.
array
);