2 writes to _inUse
Microsoft.AspNetCore.Http.Connections.Common (2)
src\SignalR\common\Shared\ReusableUtf8JsonWriter.cs (2)
49
writer.
_inUse
= true;
62
writer.
_inUse
= false;
1 reference to _inUse
Microsoft.AspNetCore.Http.Connections.Common (1)
src\SignalR\common\Shared\ReusableUtf8JsonWriter.cs (1)
44
if (writer.
_inUse
)