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);
134
return await _jsonRpc.InvokeWithProfilingAsync<T>(
_profilingTelemetry
, ConnectionName, methodName, parameters, cancellationToken).ConfigureAwait(false);