3 writes to _span
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\PointerArrayMarshaller.cs (3)
145_span = default; 154_span = buffer[0..array.Length]; 161_span = new Span<TUnmanagedElement>(_allocatedMemory, array.Length);
2 references to _span
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\PointerArrayMarshaller.cs (2)
175public Span<TUnmanagedElement> GetUnmanagedValuesDestination() => _span; 181public ref TUnmanagedElement GetPinnableReference() => ref MemoryMarshal.GetReference(_span);