3 references to DecodeInPlace
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\PathDecoder.cs (1)
18
pathLength = UrlDecoder.
DecodeInPlace
(path, isFormEncoding: false);
src\Shared\UrlDecoder\UrlDecoder.cs (2)
29
return
DecodeInPlace
(destination.Slice(0, source.Length), isFormEncoding);
374
/// Form Encoding is not supported compared to the <see cref="
DecodeInPlace
(Span{byte}, bool)" />