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); 313var connectTask = AppHostRpcClient.ConnectAsync(socketPath, _authenticationToken, _environment, _profilingTelemetry, connectCts.Token);