2 references to UnescapePercentEncoding
Microsoft.AspNetCore.Components (2)
src\Shared\UrlDecoder\UrlDecoder.cs (2)
438
var codeUnit1 =
UnescapePercentEncoding
(ref sourceIndex, buffer);
497
var nextCodeUnit =
UnescapePercentEncoding
(ref nextSourceIndex, buffer);