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