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