5 references to GetObjectStartLength
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\MemoryMarshal.cs (5)
313
object? obj = memory.
GetObjectStartLength
(out int index, out int length);
377
manager = localManager = memory.
GetObjectStartLength
(out _, out _) as TManager;
398
manager = localManager = memory.
GetObjectStartLength
(out start, out length) as TManager;
422
object? obj = memory.
GetObjectStartLength
(out int index, out int length);
487
if (memory.
GetObjectStartLength
(out int offset, out int count) is string s)