2 writes to MemoryOwner
Microsoft.AspNetCore.Components.Server (2)
BlazorPack\SequenceOfT.cs (2)
364
this.
MemoryOwner
= memoryOwner;
397
this.
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
"/>.
336
internal Memory<T> AvailableMemory => this.array ?? this.
MemoryOwner
?.Memory ?? default;
396
this.
MemoryOwner
?.Dispose();