3 references to GetMethodParametersName
Aspire.Hosting.CodeGeneration.Python (3)
AtsPythonCodeGenerator.cs (3)
2548
var methodName =
GetMethodParametersName
(capability.MethodName);
2554
var capabilityName =
GetMethodParametersName
(GetCapabilityName(capability.CapabilityId));
2601
+
GetMethodParametersName
(GetCapabilityName(capabilityId));