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