5 references to GetObjectStartLength
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\MemoryMarshal.cs (5)
272
object? obj = memory.
GetObjectStartLength
(out int index, out int length);
336
manager = localManager = memory.
GetObjectStartLength
(out _, out _) as TManager;
357
manager = localManager = memory.
GetObjectStartLength
(out start, out length) as TManager;
381
object? obj = memory.
GetObjectStartLength
(out int index, out int length);
446
if (memory.
GetObjectStartLength
(out int offset, out int count) is string s)