2 references to DecodeInPlace
Microsoft.AspNetCore.Http.Abstractions (2)
PathString.cs (1)
189var length = UrlDecoder.DecodeInPlace(pathBuffer.Slice(position, uriComponent.Length - position));
src\Shared\UrlDecoder\UrlDecoder.cs (1)
363return DecodeInPlace(destination.Slice(0, source.Length));