27 references to Convert
http2cat (1)
src\Shared\ServerInfrastructure\BufferExtensions.cs (1)
229encoder.Convert(source, bytes, flush: true, out var charsUsed, out var bytesUsed, out completed);
IIS.FunctionalTests (1)
src\Shared\ServerInfrastructure\BufferExtensions.cs (1)
229encoder.Convert(source, bytes, flush: true, out var charsUsed, out var bytesUsed, out completed);
IIS.LongTests (1)
src\Shared\ServerInfrastructure\BufferExtensions.cs (1)
229encoder.Convert(source, bytes, flush: true, out var charsUsed, out var bytesUsed, out completed);
IIS.NewHandler.FunctionalTests (1)
src\Shared\ServerInfrastructure\BufferExtensions.cs (1)
229encoder.Convert(source, bytes, flush: true, out var charsUsed, out var bytesUsed, out completed);
IIS.NewShim.FunctionalTests (1)
src\Shared\ServerInfrastructure\BufferExtensions.cs (1)
229encoder.Convert(source, bytes, flush: true, out var charsUsed, out var bytesUsed, out completed);
IIS.ShadowCopy.Tests (1)
src\Shared\ServerInfrastructure\BufferExtensions.cs (1)
229encoder.Convert(source, bytes, flush: true, out var charsUsed, out var bytesUsed, out completed);
IISExpress.FunctionalTests (1)
src\Shared\ServerInfrastructure\BufferExtensions.cs (1)
229encoder.Convert(source, bytes, flush: true, out var charsUsed, out var bytesUsed, out completed);
InMemory.FunctionalTests (1)
ResponseTests.cs (1)
3435encoder.Convert(source, writer.GetSpan(), flush: source.Length == 0, out var charsUsed, out var bytesUsed, out completed);
Microsoft.AspNetCore.Http.Abstractions (1)
Extensions\HttpResponseWritingExtensions.cs (1)
112encoder.Convert(source, destination, flush: true, out var charsUsed, out var bytesUsed, out completed);
Microsoft.AspNetCore.Http.Connections.Common (2)
src\SignalR\common\Shared\Utf8BufferTextWriter.cs (2)
118_encoder.Convert(new Span<char>(&value, 1), destination, false, out charsUsed, out bytesUsed, out _); 177_encoder.Convert(buffer, destination, false, out charsUsed, out bytesUsed, out _);
Microsoft.AspNetCore.OpenApi (2)
src\SignalR\common\Shared\Utf8BufferTextWriter.cs (2)
118_encoder.Convert(new Span<char>(&value, 1), destination, false, out charsUsed, out bytesUsed, out _); 177_encoder.Convert(buffer, destination, false, out charsUsed, out bytesUsed, out _);
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
src\Shared\ServerInfrastructure\BufferExtensions.cs (1)
229encoder.Convert(source, bytes, flush: true, out var charsUsed, out var bytesUsed, out completed);
Microsoft.AspNetCore.Server.IIS (1)
src\Shared\ServerInfrastructure\BufferExtensions.cs (1)
229encoder.Convert(source, bytes, flush: true, out var charsUsed, out var bytesUsed, out completed);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\ServerInfrastructure\BufferExtensions.cs (1)
229encoder.Convert(source, bytes, flush: true, out var charsUsed, out var bytesUsed, out completed);
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\ServerInfrastructure\BufferExtensions.cs (1)
229encoder.Convert(source, bytes, flush: true, out var charsUsed, out var bytesUsed, out completed);
Microsoft.AspNetCore.SignalR.Common (2)
src\SignalR\common\Shared\Utf8BufferTextWriter.cs (2)
118_encoder.Convert(new Span<char>(&value, 1), destination, false, out charsUsed, out bytesUsed, out _); 177_encoder.Convert(buffer, destination, false, out charsUsed, out bytesUsed, out _);
Microsoft.AspNetCore.SignalR.Protocols.Json (2)
src\SignalR\common\Shared\Utf8BufferTextWriter.cs (2)
118_encoder.Convert(new Span<char>(&value, 1), destination, false, out charsUsed, out bytesUsed, out _); 177_encoder.Convert(buffer, destination, false, out charsUsed, out bytesUsed, out _);
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (2)
src\SignalR\common\Shared\Utf8BufferTextWriter.cs (2)
118_encoder.Convert(new Span<char>(&value, 1), destination, false, out charsUsed, out bytesUsed, out _); 177_encoder.Convert(buffer, destination, false, out charsUsed, out bytesUsed, out _);
System.Console (1)
System\IO\StdInReader.cs (1)
132encoder.Convert(chunk.Span, buffer, flush: false, out int charsUsed, out int bytesUsed, out bool completed);
System.Memory (1)
System\Text\EncodingExtensions.cs (1)
438encoder.Convert(chars, scratchBuffer, flush, out int charsUsedJustNow, out int bytesWrittenJustNow, out completed);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\BinaryWriter.cs (1)
449encoder.Convert(chars, rented, flush: true, out int charsConsumed, out int bytesWritten, out completed);
src\libraries\System.Private.CoreLib\src\System\Text\TranscodingStream.cs (1)
512_innerEncoder.Convert(