4 references to ErrorPropertyName
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (4)
Protocol\NewtonsoftJsonHubProtocol.cs (4)
195case ErrorPropertyName: 196error = JsonUtils.ReadAsString(reader, ErrorPropertyName); 596writer.WritePropertyName(ErrorPropertyName); 655writer.WritePropertyName(ErrorPropertyName);