5 references to Utf8JsonReader
Microsoft.AspNetCore.SignalR.Common (2)
Protocol\HandshakeProtocol.cs (2)
124
var reader = new
Utf8JsonReader
(payload, isFinalBlock: true, state: default);
178
var reader = new
Utf8JsonReader
(payload, isFinalBlock: true, state: default);
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
Protocol\JsonHubProtocol.cs (1)
146
var reader = new
Utf8JsonReader
(input, isFinalBlock: true, state: default);
System.Text.Json (2)
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (1)
116
:
this
(jsonData, isFinalBlock: true, new JsonReaderState(options))
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (1)
89
: new
Utf8JsonReader
(