6 references to SendMessageGetContinuationAsync
Microsoft.Diagnostics.NETCore.Client (6)
DiagnosticsClient\DiagnosticsClient.cs (4)
328
using IpcResponse response = await IpcClient.
SendMessageGetContinuationAsync
(_endpoint, message, token).ConfigureAwait(false);
574
using IpcResponse response = await IpcClient.
SendMessageGetContinuationAsync
(_endpoint, request, token).ConfigureAwait(false);
588
using IpcResponse response2 = await IpcClient.
SendMessageGetContinuationAsync
(_endpoint, request, token).ConfigureAwait(false);
602
using IpcResponse response2 = await IpcClient.
SendMessageGetContinuationAsync
(_endpoint, request, token).ConfigureAwait(false);
DiagnosticsClient\EventPipeSession.cs (1)
52
IpcResponse? response = await IpcClient.
SendMessageGetContinuationAsync
(endpoint, requestMessage, cancellationToken).ConfigureAwait(false);
DiagnosticsIpc\IpcClient.cs (1)
63
using IpcResponse response = await
SendMessageGetContinuationAsync
(endpoint, message, cancellationToken).ConfigureAwait(false);