25 references to IsCompleted
ClientSample (1)
Tcp\TcpConnection.cs (1)
175
if (result.
IsCompleted
)
InMemory.FunctionalTests (3)
Http2\Http2StreamTests.cs (1)
4301
Assert.True(result.
IsCompleted
);
Http3\Http3StreamTests.cs (1)
770
Assert.True(result.
IsCompleted
);
ResponseTests.cs (1)
224
Assert.True(result.
IsCompleted
);
Interop.FunctionalTests (1)
Http3\Http3RequestTests.cs (1)
1200
if (flushResult.IsCanceled || flushResult.
IsCompleted
)
Microsoft.AspNetCore.Http.Connections (1)
Internal\Transports\WebSocketsServerTransport.cs (1)
167
if (flushResult.IsCanceled || flushResult.
IsCompleted
)
Microsoft.AspNetCore.Http.Connections.Client (3)
Internal\LongPollingTransport.cs (1)
202
if (flushResult.IsCanceled || flushResult.
IsCompleted
)
Internal\ServerSentEventsTransport.cs (1)
150
if (flushResult.IsCanceled || flushResult.
IsCompleted
)
Internal\WebSocketsTransport.cs (1)
493
if (flushResult.IsCanceled || flushResult.
IsCompleted
)
Microsoft.AspNetCore.Http.Connections.Tests (2)
HttpConnectionManagerTests.cs (2)
129
Assert.True(result.
IsCompleted
);
132
Assert.True(result.
IsCompleted
);
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.IO.cs (1)
127
if (result.
IsCompleted
|| result.IsCanceled)
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Connection.cs (1)
1878
if (result.
IsCompleted
|| result.IsCanceled)
Internal\Infrastructure\PipeWriterHelpers\TimingPipeFlusher.cs (2)
66
if (flushResult.
IsCompleted
&& outputAborter is object)
88
if (flushResult.
IsCompleted
&& outputAborter is object)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Http1\Http1ConnectionTests.cs (1)
721
Assert.False(successResult.
IsCompleted
);
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
Internal\NamedPipeConnection.cs (1)
115
if (result.
IsCompleted
|| result.IsCanceled)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.cs (1)
266
if (result.
IsCompleted
|| result.IsCanceled)
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketConnection.cs (1)
188
if (result.
IsCompleted
|| result.IsCanceled)
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
1491
if (sendHandshakeResult.
IsCompleted
)
System.IO.Pipelines (4)
System\IO\Pipelines\FlushResult.cs (1)
11
/// <summary>Initializes a new instance of <see cref="System.IO.Pipelines.FlushResult" /> struct setting the <see cref="System.IO.Pipelines.FlushResult.IsCanceled" /> and <see cref="System.IO.Pipelines.FlushResult.
IsCompleted
" /> flags.</summary>
System\IO\Pipelines\PipeReader.cs (1)
267
if (flushResult.
IsCompleted
)
System\IO\Pipelines\PipeWriter.cs (1)
144
if (result.
IsCompleted
)
System\IO\Pipelines\StreamPipeReader.cs (1)
349
if (flushResult.
IsCompleted
)
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.WriteHelpers.cs (1)
183
if (result.IsCanceled || result.
IsCompleted
)