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