1 write to Code
Microsoft.AspNetCore.Authentication.Twitter (1)
_generated\1\TwitterJsonContext.TwitterError.g.cs (1)
63Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.Twitter.TwitterError)obj).Code = value!,
3 references to Code
Microsoft.AspNetCore.Authentication.Twitter (3)
_generated\1\TwitterJsonContext.TwitterError.g.cs (2)
62Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.Twitter.TwitterError)obj).Code, 110writer.WriteNumber(PropName_Code, ((global::Microsoft.AspNetCore.Authentication.Twitter.TwitterError)value).Code);
TwitterHandler.cs (1)
394errorMessageStringBuilder.Append(CultureInfo.InvariantCulture, $"Code: {error.Code}, Message: '{error.Message}'");