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