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