5 references to Cancel
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (5)
ConnectionIoState.cs (2)
544_readAwaitable.Cancel(); 545_writeAwaitable.Cancel();
TlsAwaitable.cs (3)
17/// permanently <see cref="Cancel">cancels</see> it. The arming loop cannot advance past <c>await</c> 20/// concurrently. <see cref="Cancel"/> may run at any time, but because it and every other transition 57/// awaitable has been <see cref="Cancel">canceled</see> (the connection is being disposed), this