2 references to Memory
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (2)
3843public static Memory<T> AsMemory<T>(this T[]? array, int start) => new Memory<T>(array, start); 3860return new Memory<T>(array, actualIndex);