2 references to CharToHexValue
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Utilities\UrlDecoder.cs (2)
124
var h1 =
CharToHexValue
(Unsafe.Add(ref src, i + 1));
125
var h2 =
CharToHexValue
(Unsafe.Add(ref src, i + 2));