26 references to ReadResult
InMemory.FunctionalTests (2)
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http\Http1ContentLengthMessageBody.cs (5)
39return new ReadResult(_readResult.Buffer, Interlocked.Exchange(ref _userCanceled, 0) == 1, isCompleted: true);
126readResult = new ReadResult(_readResult.Buffer, Interlocked.Exchange(ref _userCanceled, 0) == 1, isCompleted: true);
196_readResult = new ReadResult(
221_readResult = new ReadResult(new ReadOnlySequence<byte>(), isCanceled: false, isCompleted: true);
230_readResult = new ReadResult(buffer, isCanceled: false, isCompleted: true);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Microsoft.AspNetCore.SignalR.Microbenchmarks (9)
System.IO.Pipelines (7)