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