10 references to StartJsonRpcServerCall
Aspire.Hosting.RemoteHost (9)
CodeGeneration\CodeGenerationService.cs (2)
54
using var rpcActivity = _profilingTelemetry.
StartJsonRpcServerCall
(GetCapabilitiesMethodName);
233
using var rpcActivity = _profilingTelemetry.
StartJsonRpcServerCall
(GenerateCodeMethodName);
Diagnostics\RemoteHostProfilingTelemetry.cs (1)
153
var activity =
StartJsonRpcServerCall
("invokeCapability");
Language\LanguageService.cs (3)
48
using var rpcActivity = _profilingTelemetry.
StartJsonRpcServerCall
(ScaffoldAppHostMethodName);
89
using var rpcActivity = _profilingTelemetry.
StartJsonRpcServerCall
(DetectAppHostTypeMethodName);
128
using var rpcActivity = _profilingTelemetry.
StartJsonRpcServerCall
(GetRuntimeSpecMethodName);
RemoteAppHostService.cs (3)
58
using var activity = _profilingTelemetry.
StartJsonRpcServerCall
("authenticate");
84
using var activity = _profilingTelemetry.
StartJsonRpcServerCall
("ping");
97
using var activity = _profilingTelemetry.
StartJsonRpcServerCall
("cancelToken");
Aspire.Hosting.RemoteHost.Tests (1)
RemoteHostProfilingTelemetryTests.cs (1)
176
using var activity = telemetry.
StartJsonRpcServerCall
("authenticate", streaming: false);