4 references to StartJsonRpcClientCall
aspire (3)
Backchannel\ProfilingJsonRpcExtensions.cs (3)
49using var activity = profilingTelemetry?.StartJsonRpcClientCall(connectionName, methodName, streaming: false) ?? default; 72using var activity = profilingTelemetry?.StartJsonRpcClientCall(connectionName, methodName, streaming: false) ?? default; 100var activity = profilingTelemetry?.StartJsonRpcClientCall(connectionName, methodName, streaming: true) ?? default;
Aspire.Cli.Tests (1)
Telemetry\ProfilingTelemetryTests.cs (1)
361using var activity = profilingTelemetry.StartJsonRpcClientCall("aux", "GetCapabilitiesAsync", streaming: false);