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