1 write to Message
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterJsonContext.TwitterError.g.cs (1)
81Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.Twitter.TwitterError)obj).Message = value!,
3 references to Message
Microsoft.AspNetCore.Authentication.Twitter (3)
TwitterHandler.cs (1)
394errorMessageStringBuilder.Append(CultureInfo.InvariantCulture, $"Code: {error.Code}, Message: '{error.Message}'");
TwitterJsonContext.TwitterError.g.cs (2)
80Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.Twitter.TwitterError)obj).Message, 109writer.WriteString(PropName_Message, ((global::Microsoft.AspNetCore.Authentication.Twitter.TwitterError)value).Message);