1 write to _profilingTelemetry
aspire (1)
Projects\AppHostRpcClient.cs (1)
32_profilingTelemetry = profilingTelemetry;
3 references to _profilingTelemetry
aspire (3)
Projects\AppHostRpcClient.cs (3)
119=> _jsonRpc.InvokeWithProfilingAsync<T>(_profilingTelemetry, ConnectionName, methodName, parameters, cancellationToken); 123=> _jsonRpc.InvokeWithProfilingAsync(_profilingTelemetry, ConnectionName, methodName, parameters, cancellationToken); 134return await _jsonRpc.InvokeWithProfilingAsync<T>(_profilingTelemetry, ConnectionName, methodName, parameters, cancellationToken).ConfigureAwait(false);