1 write to _disposed
Microsoft.AspNetCore.SignalR.Common.Tests (1)
src\Shared\Buffers.Testing\CustomMemoryForTest.cs (1)
41
_disposed
= true;
2 references to _disposed
Microsoft.AspNetCore.SignalR.Common.Tests (2)
src\Shared\Buffers.Testing\CustomMemoryForTest.cs (2)
28
ObjectDisposedException.ThrowIf(
_disposed
, this);
35
if (
_disposed
)