1 write to _endpoint
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsClient\DiagnosticsClient.cs (1)
39
_endpoint
= endpoint;
36 references to _endpoint
Microsoft.Diagnostics.NETCore.Client (36)
DiagnosticsClient\DiagnosticsClient.cs (36)
48
_endpoint
.WaitForConnection(timeout);
60
return
_endpoint
.WaitForConnectionAsync(token);
75
return EventPipeSession.Start(
_endpoint
, config);
90
return EventPipeSession.Start(
_endpoint
, config);
102
return EventPipeSession.Start(
_endpoint
, config);
119
return EventPipeSession.StartAsync(
_endpoint
, config, token);
136
return EventPipeSession.StartAsync(
_endpoint
, config, token);
149
return EventPipeSession.StartAsync(
_endpoint
, configuration, token);
172
IpcMessage response = IpcClient.SendMessage(
_endpoint
, request);
176
response = IpcClient.SendMessage(
_endpoint
, request);
184
response = IpcClient.SendMessage(
_endpoint
, request);
212
IpcMessage response = await IpcClient.SendMessageAsync(
_endpoint
, request, token).ConfigureAwait(false);
216
response = await IpcClient.SendMessageAsync(
_endpoint
, request, token).ConfigureAwait(false);
224
response = await IpcClient.SendMessageAsync(
_endpoint
, request, token).ConfigureAwait(false);
240
IpcMessage response = IpcClient.SendMessage(
_endpoint
, request);
251
IpcMessage response = await IpcClient.SendMessageAsync(
_endpoint
, request, token).ConfigureAwait(false);
264
IpcMessage response = IpcClient.SendMessage(
_endpoint
, request);
271
IpcMessage response = await IpcClient.SendMessageAsync(
_endpoint
, request, token).ConfigureAwait(false);
281
IpcMessage response = IpcClient.SendMessage(
_endpoint
, request);
288
IpcMessage response = await IpcClient.SendMessageAsync(
_endpoint
, request, token).ConfigureAwait(false);
300
IpcMessage response = IpcClient.SendMessage(
_endpoint
, request);
307
IpcMessage response = await IpcClient.SendMessageAsync(
_endpoint
, request, token).ConfigureAwait(false);
318
using IpcResponse response = IpcClient.SendMessageGetContinuation(
_endpoint
, message);
328
using IpcResponse response = await IpcClient.SendMessageGetContinuationAsync(
_endpoint
, message, token).ConfigureAwait(false);
348
IpcMessage response = IpcClient.SendMessage(
_endpoint
, message);
366
IpcMessage response = await IpcClient.SendMessageAsync(
_endpoint
, message, token).ConfigureAwait(false);
377
IpcMessage response = IpcClient.SendMessage(
_endpoint
, request);
384
IpcMessage response = await IpcClient.SendMessageAsync(
_endpoint
, request, token).ConfigureAwait(false);
394
IpcMessage response = IpcClient.SendMessage(
_endpoint
, request);
401
IpcMessage response = await IpcClient.SendMessageAsync(
_endpoint
, request, token).ConfigureAwait(false);
553
using IpcResponse response = IpcClient.SendMessageGetContinuation(
_endpoint
, request);
574
using IpcResponse response = await IpcClient.SendMessageGetContinuationAsync(
_endpoint
, request, token).ConfigureAwait(false);
581
using IpcResponse response2 = IpcClient.SendMessageGetContinuation(
_endpoint
, request);
588
using IpcResponse response2 = await IpcClient.SendMessageGetContinuationAsync(
_endpoint
, request, token).ConfigureAwait(false);
595
using IpcResponse response2 = IpcClient.SendMessageGetContinuation(
_endpoint
, request);
602
using IpcResponse response2 = await IpcClient.SendMessageGetContinuationAsync(
_endpoint
, request, token).ConfigureAwait(false);