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