2 references to StreamIdsPropertyNameBytes
Microsoft.AspNetCore.SignalR.Protocols.Json (2)
Protocol\JsonHubProtocol.cs (2)
171
else if (reader.ValueTextEquals(
StreamIdsPropertyNameBytes
.EncodedUtf8Bytes))
707
writer.WriteStartArray(
StreamIdsPropertyNameBytes
);