2 writes to _cachedInstance
Microsoft.AspNetCore.SignalR.Protocols.Json (2)
src\SignalR\common\Shared\ReusableUtf8JsonWriter.cs (2)
42
_cachedInstance
= null;
57
_cachedInstance
= writer;
1 reference to _cachedInstance
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
src\SignalR\common\Shared\ReusableUtf8JsonWriter.cs (1)
35
var writer =
_cachedInstance
;