5 references to ArgumentsPropertyName
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (5)
Protocol\NewtonsoftJsonHubProtocol.cs (5)
274case ArgumentsPropertyName: 280throw new InvalidDataException($"Expected '{ArgumentsPropertyName}' to be of type {JTokenType.Array}."); 668writer.WritePropertyName(ArgumentsPropertyName); 775throw new InvalidDataException($"Missing required property '{ArgumentsPropertyName}'."); 797throw new InvalidDataException($"Missing required property '{ArgumentsPropertyName}'.");