5 references to DecodeInPlace
Microsoft.AspNetCore.Shared.Tests (5)
src\Shared\UrlDecoder\UrlDecoder.cs (1)
363return DecodeInPlace(destination.Slice(0, source.Length));
UrlDecoderTests.cs (4)
39int length = UrlDecoder.DecodeInPlace(destination.AsSpan()); 87Assert.Throws<InvalidOperationException>(() => UrlDecoder.DecodeInPlace(source.AsSpan())); 106var length = UrlDecoder.DecodeInPlace(source.AsSpan()); 144var length = UrlDecoder.DecodeInPlace(source.AsSpan());