3 writes to _span
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ReadOnlySpanMarshaller.cs (3)
113_span = default; 122_span = buffer[0..managed.Length]; 128_span = new Span<TUnmanagedElement>(_allocatedMemory, managed.Length);
2 references to _span
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ReadOnlySpanMarshaller.cs (2)
142public Span<TUnmanagedElement> GetUnmanagedValuesDestination() => _span; 147public ref TUnmanagedElement GetPinnableReference() => ref MemoryMarshal.GetReference(_span);