10 references to _source
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (10)
TlsAwaitable.cs (10)
46_source.RunContinuationsAsynchronously = true; 67_source.Reset(); 77_source.SetException(new OperationCanceledException()); 80return new ValueTask<T>(this, _source.Version); 94_source.SetResult(result); 109_source.SetException(exception); 128_source.SetException(new OperationCanceledException()); 136return _source.GetResult(token); 141return _source.GetStatus(token); 146_source.OnCompleted(continuation, state, token, flags);