6 references to SendMessageGetContinuation
Microsoft.Diagnostics.NETCore.Client (6)
DiagnosticsClient\DiagnosticsClient.cs (4)
318
using IpcResponse response = IpcClient.
SendMessageGetContinuation
(_endpoint, message);
553
using IpcResponse response = IpcClient.
SendMessageGetContinuation
(_endpoint, request);
581
using IpcResponse response2 = IpcClient.
SendMessageGetContinuation
(_endpoint, request);
595
using IpcResponse response2 = IpcClient.
SendMessageGetContinuation
(_endpoint, request);
DiagnosticsClient\EventPipeSession.cs (1)
45
IpcResponse? response = IpcClient.
SendMessageGetContinuation
(endpoint, requestMessage);
DiagnosticsIpc\IpcClient.cs (1)
25
using IpcResponse response =
SendMessageGetContinuation
(endpoint, message);