2 writes to _managedArray
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ArrayMarshaller.cs (2)
143
_managedArray
= null;
148
_managedArray
= array;
1 reference to _managedArray
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ArrayMarshaller.cs (1)
168
public ReadOnlySpan<T> GetManagedValuesSource() =>
_managedArray
;