2 writes to _array
System.Runtime.Numerics (2)
System\Numerics\BigInteger.RentedBuffer.cs (2)
39
rentedBuffer.
_array
= array;
61
_array
= null;
1 reference to _array
System.Runtime.Numerics (1)
System\Numerics\BigInteger.RentedBuffer.cs (1)
58
nuint[]? array =
_array
;