2 writes to _allocatedMemory
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ReadOnlySpanMarshaller.cs (2)
107_allocatedMemory = null; 127_allocatedMemory = (TUnmanagedElement*)NativeMemory.Alloc((nuint)bufferSize);
2 references to _allocatedMemory
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ReadOnlySpanMarshaller.cs (2)
128_span = new Span<TUnmanagedElement>(_allocatedMemory, managed.Length); 163NativeMemory.Free(_allocatedMemory);