7 references to SequenceIdPropertyName
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (7)
Protocol\NewtonsoftJsonHubProtocol.cs (7)
315case SequenceIdPropertyName: 316sequenceId = JsonUtils.ReadAsInt64(reader, SequenceIdPropertyName); 319throw new InvalidDataException($"Missing required property '{SequenceIdPropertyName}'."); 711writer.WritePropertyName(SequenceIdPropertyName); 717writer.WritePropertyName(SequenceIdPropertyName); 879throw new InvalidDataException($"Missing required property '{SequenceIdPropertyName}'."); 889throw new InvalidDataException($"Missing required property '{SequenceIdPropertyName}'.");