2 references to Nibble
Microsoft.AspNetCore.OutputCaching.Tests (2)
OutputCacheEntryFormatterTests.cs (2)
110
arr[i] = (byte)((
Nibble
(hex[index++]) << 4) |
Nibble
(hex[index++]));