5 references to TypePropertyName
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (5)
Protocol\NewtonsoftJsonHubProtocol.cs (5)
160case TypePropertyName: 161var messageType = JsonUtils.ReadAsInt32(reader, TypePropertyName); 165throw new InvalidDataException($"Missing required property '{TypePropertyName}'."); 464throw new InvalidDataException($"Missing required property '{TypePropertyName}'."); 705writer.WritePropertyName(TypePropertyName);