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