4 references to AddEvent
Aspire.Hosting.RemoteHost (4)
Diagnostics\RemoteHostProfilingTelemetry.cs (4)
364
AddEvent
(authenticated ? Events.AuthenticationAccepted : Events.AuthenticationRejected);
378
AddEvent
(Events.JsonRpcConnectionClosed);
381
public void AddJsonRpcListening() =>
AddEvent
(Events.JsonRpcListening);
383
public void AddJsonRpcServerListening() =>
AddEvent
(Events.JsonRpcServerListening);