2 writes to MemoryOwner
Microsoft.AspNetCore.Components.Server (2)
BlazorPack\SequenceOfT.cs (2)
364this.MemoryOwner = memoryOwner; 397this.MemoryOwner = null;
3 references to MemoryOwner
Microsoft.AspNetCore.Components.Server (3)
BlazorPack\SequenceOfT.cs (3)
334/// Gets the full memory owned by the <see cref="MemoryOwner"/>. 336internal Memory<T> AvailableMemory => this.array ?? this.MemoryOwner?.Memory ?? default; 396this.MemoryOwner?.Dispose();