1 write to _profilingTelemetry
aspire (1)
Projects\AppHostServerSession.cs (1)
78
_profilingTelemetry
= profilingTelemetry;
3 references to _profilingTelemetry
aspire (3)
Projects\AppHostServerSession.cs (3)
186
_activity =
_profilingTelemetry
is null
188
:
_profilingTelemetry
.StartAppHostServerLifetime(_project.GetType().Name);
313
var connectTask = AppHostRpcClient.ConnectAsync(socketPath, _authenticationToken, _environment,
_profilingTelemetry
, connectCts.Token);