3 references to ErrorPropertyNameBytes
Microsoft.AspNetCore.SignalR.Protocols.Json (3)
Protocol\JsonHubProtocol.cs (3)
214
else if (reader.ValueTextEquals(
ErrorPropertyNameBytes
.EncodedUtf8Bytes))
597
writer.WriteString(
ErrorPropertyNameBytes
, message.Error);
664
writer.WriteString(
ErrorPropertyNameBytes
, message.Error);