2 references to CharToHexLookup
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Utilities\UrlDecoder.cs (2)
43=> ch >= CharToHexLookup.Length ? 0xff : CharToHexLookup[ch];