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