2 references to ArgumentsPropertyNameBytes
Microsoft.AspNetCore.SignalR.Protocols.Json (2)
Protocol\JsonHubProtocol.cs (2)
286
else if (reader.ValueTextEquals(
ArgumentsPropertyNameBytes
.EncodedUtf8Bytes))
685
writer.WriteStartArray(
ArgumentsPropertyNameBytes
);