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