2 writes to _cachedInstance
Microsoft.AspNetCore.SignalR.Protocols.Json (2)
src\SignalR\common\Shared\Utf8BufferTextReader.cs (2)
38
_cachedInstance
= null;
53
_cachedInstance
= reader;
1 reference to _cachedInstance
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
src\SignalR\common\Shared\Utf8BufferTextReader.cs (1)
31
var reader =
_cachedInstance
;