20 references to HexUpperChars
Microsoft.Net.Http.Headers (20)
ContentDispositionHeaderValue.cs (20)
667
builder.Append(CultureInfo.InvariantCulture, $"%{
HexUpperChars
[(byteValue & 0xf0) >> 4]}{
HexUpperChars
[byteValue & 0xf]}");
673
builder.Append(CultureInfo.InvariantCulture, $"%{
HexUpperChars
[(byteValue & 0xf0) >> 4]}{
HexUpperChars
[byteValue & 0xf]}");
675
builder.Append(CultureInfo.InvariantCulture, $"%{
HexUpperChars
[(byteValue & 0xf0) >> 4]}{
HexUpperChars
[byteValue & 0xf]}");
681
builder.Append(CultureInfo.InvariantCulture, $"%{
HexUpperChars
[(byteValue & 0xf0) >> 4]}{
HexUpperChars
[byteValue & 0xf]}");
683
builder.Append(CultureInfo.InvariantCulture, $"%{
HexUpperChars
[(byteValue & 0xf0) >> 4]}{
HexUpperChars
[byteValue & 0xf]}");
685
builder.Append(CultureInfo.InvariantCulture, $"%{
HexUpperChars
[(byteValue & 0xf0) >> 4]}{
HexUpperChars
[byteValue & 0xf]}");
691
builder.Append(CultureInfo.InvariantCulture, $"%{
HexUpperChars
[(byteValue & 0xf0) >> 4]}{
HexUpperChars
[byteValue & 0xf]}");
693
builder.Append(CultureInfo.InvariantCulture, $"%{
HexUpperChars
[(byteValue & 0xf0) >> 4]}{
HexUpperChars
[byteValue & 0xf]}");
695
builder.Append(CultureInfo.InvariantCulture, $"%{
HexUpperChars
[(byteValue & 0xf0) >> 4]}{
HexUpperChars
[byteValue & 0xf]}");
697
builder.Append(CultureInfo.InvariantCulture, $"%{
HexUpperChars
[(byteValue & 0xf0) >> 4]}{
HexUpperChars
[byteValue & 0xf]}");