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