2 references to UnescapePercentEncoding
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\UrlDecoder\UrlDecoder.cs (2)
100var byte1 = UnescapePercentEncoding(ref sourceIndex, buffer, isFormEncoding); 161var nextByte = UnescapePercentEncoding(ref nextSourceIndex, buffer, isFormEncoding);