9 references to ThrowIfNullOrEmpty
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (9)
Protocol\MessagePackHubProtocolWorker.cs (9)
86
ThrowIfNullOrEmpty
(target, "target for Invocation message");
113
ThrowIfNullOrEmpty
(invocationId, "invocation ID for StreamInvocation message");
116
ThrowIfNullOrEmpty
(target, "target for StreamInvocation message");
143
ThrowIfNullOrEmpty
(invocationId, "invocation ID for StreamItem message");
163
ThrowIfNullOrEmpty
(invocationId, "invocation ID for Completion message");
217
ThrowIfNullOrEmpty
(invocationId, "invocation ID for CancelInvocation message");
251
ThrowIfNullOrEmpty
(key, "key in header");
254
ThrowIfNullOrEmpty
(value, "value in header");
277
ThrowIfNullOrEmpty
(id, "value in streamIds received");