3 references to DecodeInPlace
Microsoft.AspNetCore.Components (3)
Routing\RouteContext.cs (1)
32var decodedLength = UrlDecoder.DecodeInPlace(utf8Span, isFormEncoding: false);
src\Shared\UrlDecoder\UrlDecoder.cs (2)
29return DecodeInPlace(destination.Slice(0, source.Length), isFormEncoding); 374/// Form Encoding is not supported compared to the <see cref="DecodeInPlace(Span{byte}, bool)" />