9 references to Reset
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (9)
ConnectionIoState.cs (4)
255return _readAwaitable.Reset(); 261var pending = _readAwaitable.Reset(); 389var pending = _writeAwaitable.Reset(); 399return _writeAwaitable.Reset();
TlsAwaitable.cs (5)
15/// word via <see cref="Interlocked"/>: the ThreadPool loop that arms it (<see cref="Reset"/>), the 18/// (and therefore cannot call <see cref="Reset"/> again) until a completion has run, so the pump and 24/// The state transition in <see cref="Reset"/> also publishes the buffers/flags the caller set 115/// <see cref="OperationCanceledException"/>, and every subsequent <see cref="Reset"/> returns an 117/// <see cref="Reset"/> and the pump's <c>TrySet*</c> through the single <c>_state</c> word so a