10 references to Slice
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (1)
367var charsToByteCRExclusive = buffer.Slice(0, extensionCursor).Length;
Internal\Http3\Http3ControlStream.cs (3)
287Debug.Assert(framePayload.Slice(0, consumed).Length == framePayload.Length); 294incomingFrame.RemainingLength -= framePayload.Slice(0, consumed).Length; 495if (incomingFrame.RemainingLength > payload.Slice(0, consumed).Length)
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (1)
VersionJsonHubProtocol.cs (1)
63payload = buffer.Slice(0, position.Value);
Microsoft.AspNetCore.SignalR.Client.Tests (1)
src\SignalR\common\Shared\TextMessageParser.cs (1)
46payload = buffer.Slice(0, position.Value);
Microsoft.AspNetCore.SignalR.Common (1)
src\SignalR\common\Shared\TextMessageParser.cs (1)
46payload = buffer.Slice(0, position.Value);
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
src\SignalR\common\Shared\TextMessageParser.cs (1)
46payload = buffer.Slice(0, position.Value);
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
src\SignalR\common\Shared\TextMessageParser.cs (1)
46payload = buffer.Slice(0, position.Value);
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (1)
src\SignalR\common\Shared\TextMessageParser.cs (1)
46payload = buffer.Slice(0, position.Value);