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