2 references to Memory
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\MemoryManager.cs (2)
16
public virtual Memory<T> Memory => new
Memory
<T>(this, GetSpan().Length);
39
protected Memory<T> CreateMemory(int length) => new
Memory
<T>(this, length);