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)
35int length = UrlDecoder.DecodeInPlace(destination.AsSpan()); 83Assert.Throws<InvalidOperationException>(() => UrlDecoder.DecodeInPlace(source.AsSpan())); 102var length = UrlDecoder.DecodeInPlace(source.AsSpan()); 140var length = UrlDecoder.DecodeInPlace(source.AsSpan());