1 write to _jsonRpc
aspire (1)
Projects\AppHostRpcClient.cs (1)
23_jsonRpc = jsonRpc;
6 references to _jsonRpc
aspire (6)
Projects\AppHostRpcClient.cs (6)
47=> _jsonRpc.InvokeWithCancellationAsync<RuntimeSpec>("getRuntimeSpec", [languageId], cancellationToken); 52=> _jsonRpc.InvokeWithCancellationAsync<Dictionary<string, string>>( 57=> _jsonRpc.InvokeWithCancellationAsync<Dictionary<string, string>>( 66=> _jsonRpc.InvokeWithCancellationAsync<T>(methodName, parameters, cancellationToken); 70=> _jsonRpc.InvokeWithCancellationAsync(methodName, parameters, cancellationToken); 75_jsonRpc.Dispose();