2 writes to _array
Microsoft.AspNetCore.SignalR.Common.Tests (2)
src\Shared\Buffers.Testing\CustomMemoryForTest.cs (2)
19
_array
= array;
40
_array
= null!;
1 reference to _array
Microsoft.AspNetCore.SignalR.Common.Tests (1)
src\Shared\Buffers.Testing\CustomMemoryForTest.cs (1)
29
return new Memory<T>(
_array
, _offset, _length);