2 references to ContinueWith
Microsoft.DotNet.HotReload.Utils.Generator (1)
Util\FSWGen.cs (1)
60
var completion = _channel!.Reader.Completion.
ContinueWith
((t) => WhenAnyResult.Completion);
NuGet.Protocol (1)
Plugins\RequestHandlers\SymmetricHandshake.cs (1)
210
.
ContinueWith
(task => _responseSentTaskCompletionSource.TrySetResult(0));