2 references to UrlDecoder
Microsoft.AspNetCore.Http.Abstractions (2)
PathString.cs (2)
189
var length =
UrlDecoder
.DecodeInPlace(pathBuffer.Slice(position, uriComponent.Length - position));
205
var length =
UrlDecoder
.DecodeRequestLine(uriComponent.AsSpan(), pathBuffer.Slice(1));